Add a SysEx example plugin

This commit is contained in:
Robbert van der Helm
2023-02-01 14:52:01 +01:00
parent e3a7e4a931
commit fba2c47614
6 changed files with 131 additions and 6 deletions

View File

@@ -207,6 +207,8 @@ examples.
higher level helper features, such as an adapter to process audio with a
short-term Fourier transform using the overlap-add method, all using the
compositional `Buffer` interfaces.
- [**sysex**](plugins/examples/sysex) is a simple example of how to send and
receive SysEx messages by defining custom message types.
## Licensing