Closed PatDyn closed 1 year ago
The plugin does not support ranges, but you specific value does work.
I assume you have a controller that sends separate press/release events (value 127 on press, and 0 on release). In this case simply blocking CC, control: Any, Value 0 should do the trick
Thanks for the tip :). I tested this, and indeed CC 127 passed through, toggling the effect. However, deactivating it did not work due to Helm needing a CC 0 for this. I guess more complex plugin networks are needed for that.
Filter: Midi Event Blocker OS: Manjaro Filter Version: v7.2 Using Carla as plugin host.
Use case: I would like to be able to block CC messages with specific values (or ranges). This would allow using buttons that send multiple CC values on push/release for toggle operations. E.g. one could toggle Helms distortion effect.
What currently happens: I can only block CC messages entirely. Using custom message blocking and setting custom message data i could not achieve the desired effect.
Edit: Update for clarity.