You need to define a MIDI Control Chain where sends the value 0 to turn down the effect and 127 to turn on the effect.
1 Like
Not quite. >= 64 acts as βonβ, otherwise βoffβ.
You can see it in https://github.com/moddevices/mod-host/blob/master/src/effects.c#L2217
2 Likes