Add a MIDI effect that inverts all signals

To demonstrates the API. The CLAP version does not seem to be able to
output anything other than basic notes in Bitwig Studio 4.2.3.
This commit is contained in:
Robbert van der Helm
2022-04-11 20:47:00 +02:00
parent 5e486ab3d9
commit 49f1a45b76
5 changed files with 224 additions and 0 deletions

View File

@@ -145,6 +145,9 @@ examples.
[egui](plugins/examples/gain-gui-egui),
[iced](plugins/examples/gain-gui-iced), and
[VIZIA](plugins/examples/gain-gui-vizia).
- [**midi-inverter**](plugins/examples/midi-inverter) takes note/MIDI events and
flips around the note, channel, expression, pressure, and CC values. This
example demonstrates how to receive and output those events.
- [**sine**](plugins/examples/sine) is a simple test tone generator plugin with
frequency smoothing that can also make use of MIDI input instead of generating
a static signal based on the plugin's parameters.