How to use midi cc to control some of the presets?
-
I want to use midi cc to control (select) the preset i like in the preset folder by toggling my midi switch pedal, how to achieve that. Thanks guys, i have no clue. Hopefully any of you genius could help me with it dropping me a snippet!
-
You can use
Engine.loadUserPreset()
to load a preset, if you combine this with the on controller callback you can create the behaviour you want.