Add a stub for poly_mod_synth

This will serve as an example implementation for polyphonic modulation.
This commit is contained in:
Robbert van der Helm
2022-07-06 13:55:53 +02:00
parent ec77d3b450
commit 89b2d0a66c
5 changed files with 103 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ members = [
"plugins/examples/gain_gui_iced",
"plugins/examples/gain_gui_vizia",
"plugins/examples/midi_inverter",
"plugins/examples/poly_mod_synth",
"plugins/examples/sine",
"plugins/examples/stft",