-
risehigher
Hi,
I want to create a patch that takes the velocity of an incoming MIDI note and sends it as a control change. This should only happenvin some cases, so I have to build an filter.
There are 4 conditons that should be all true. Each pair of conditions connected with a "&&"-check work fine. But if I create that "condition-tree", like shown in the picture below, the wrong MIDI notes are filtered (while the conditions stay unmodified).I read that the "spigot" object only handles messages. But in my case I want to filter numbers. Maybe that is the problem? But I cant find any object thats a "doorway" for numbers.
Thank you for your help!
risehigher
-
risehigher
Thank you for your answer.
You were right, I read the manual about hot/cold inlets and just swapped the inlets of the last &&-object.Now it works fine