Implement full MIDI support for CLAP

This commit is contained in:
Robbert van der Helm
2022-04-07 23:28:31 +02:00
parent 0b3a5cd297
commit 24837d1552
13 changed files with 260 additions and 173 deletions

View File

@@ -90,8 +90,8 @@ 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.
- Basic note/MIDI support. MIDI CC handling and note output is currently not
implemented. Let me know if you need this.
- Basic note/MIDI support for VST3, full support for both expressions and MIDI
CCs for CLAP. Similar support for VST3 is coming.
- 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