strip out midi CC 123
Hi!
I'm using ctlin for getting midi CC from ableton to my plugin.
When I press the stop button Ableton is sending out midi CC 123 with value 0 that is messing up with my plugin.
I tried to filter it out with a IF (if equals to 123 then open a switch) but it's still happening, looks like the message is too fast.
Is there a way to strip out the midi CC 123 or "disable it"? something like stripnote for note off messages?
Thanks
Lorenz
Max Patch
Copy patch and select New From Clipboard in Max.
well this is taking only controller 123 but is good enough for me. I only need one controller.
Thank you!
Does this do what you want?
Max Patch
Copy patch and select New From Clipboard in Max.
I suppose so, thanks!