Page 1 of 1
block one specific midi cc from reaching a vst
Posted: 13 Aug 2020, 02:07
by seamus
Hi
how can i block one cc number (in this case cc20) yet allow all other cc's to pass?
thanks for the help!
Re: block one specific midi cc from reaching a vst
Posted: 13 Aug 2020, 02:33
by x.iso
I guess you put MIDI Filter and set it to track this CC, and then put Stop flow from MIDI input to trigger when specific CC passes?
Re: block one specific midi cc from reaching a vst
Posted: 13 Aug 2020, 09:27
by nay-seven
No need of Stop module,
Use the Multi MIDI filter, set the CC 20, and use the reject outlet for other CC's
Re: block one specific midi cc from reaching a vst
Posted: 13 Aug 2020, 10:20
by seamus
thanks Nay. that was so easy and works perfectly. Thank you!