strip out midi CC 123

Lorenz Lorenz's icon

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

double_UG's icon
Max Patch
Copy patch and select New From Clipboard in Max.
Lorenz Lorenz's icon

well this is taking only controller 123 but is good enough for me. I only need one controller.

Thank you!

bkshepard's icon

Does this do what you want?

Max Patch
Copy patch and select New From Clipboard in Max.

Lorenz Lorenz's icon

I suppose so, thanks!