Add a way to output note events

This supports all note events supported by NIH-plug, and both CLAP and
VST3.
This commit is contained in:
Robbert van der Helm
2022-04-11 19:52:51 +02:00
parent 1f8db9d9c2
commit 65d87f87ed
9 changed files with 584 additions and 15 deletions

View File

@@ -94,8 +94,9 @@ for download links.
- A simple and safe API for state saving and restoring from the editor is
provided by the framework if you want to do your own internal preset
management.
- Full support for both modern polyphonic note expressions as well as MIDI CCs,
channel pressure, and pitch bend for CLAP and VST3.
- Full support for receiving and outputting both modern polyphonic note
expression events as well as MIDI CCs, channel pressure, and pitch bend for
CLAP and VST3.
- A plugin bundler accessible through the
`cargo xtask bundle <package> <build_arguments>` command that automatically
detects which plugin targets your plugin exposes and creates the correct