I am searching for a way of controlling a plugin state (e.g. on/off) via a MIDI-CC - or lets say this more precise: I want to toggle a plugin on and off via sustain pedal (MID-CC 64) (first press: on, next press:off).
I found NoteToggle which does this for a MIDI-Note event… is there something similar for a sustain-CC?
So it’s kind of difficult to tell because the midi utilities don’t have a full documentation on their install pages but I don’t see why you couldn’t chain it like this: (midi cc to note) > (midi note toggle) > (midi note to cc) > parameter. Maybe overkill but it should get you there
I made a quick test but it doe not work out of the box. The (midi note toggle) seems not to do what i want. If I MIDI-learn this chain for enable/disable a plugin, the plugin is only enabled when pressing the sustain key - no toggle. I have to try if I made something wrong the next days. Perhaps I have to take more time for searching for an error I made.
Sustain pedal CC64 is between 0 and 127. There are a lot of sustain pedals that just know on and off (or actually the midi controller). setbfree has a toggle sustain pedal to turn on and off the tremolo (or vibrato?).