Hello!
I want to activate some route only when some specific CC is set.
The “Only route when CC” option seems pretty obvious, but I can’t make it work.
For testing purposes, I created a route from my midi controller to some VST plugin … but when I set the “Only route when CC 83 is greater or equal 64”, the route stops sending midi messages to the VST plugin, even switching CC 83 to zero and back again to 127.
Some additional info:
- My midi controller is sending notes on channel 01;
- The CC 83 comes on channel 13, and it is triggered from a button of the midi controller;
- The route is receveing messages from all channels and mapping them to the same channel;
- I tried to create a midi filter, to map CC 83 on channel 13 to channel 01, but nothing changes;
Does anybody have any idea of what I’m doing wrong?