mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add preliminary support for auxiliary IO
The missing parts are allocating buffers for these busses, copying data to those buffers, and adding methods to the ProcessContext to interact with these inputs and outputs.
This commit is contained in:
@@ -102,6 +102,8 @@ for download links.
|
||||
- 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.
|
||||
- Support for flexible dynamic buffer configurations, including multiple input
|
||||
and output busses.
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user