Hi Guys,
I'm trying to filter out all the NoteOn Velocity 0 from my [midiin] with [stripnote].
What I'm trying to achieve is let every other MIDI information pass to the output (CC, Pitchbend, Systex..), but if it's a note, remove it's NoteOff
I'm a bit lost on how to accomplish this task!
What's the best way to receive data form [midiin] and if it's a note, [stripnote] it and send it back, and if its other type of MIDI message let it pass..
Thanks!!