nic
Soapbox Supremo  
Troublemaker
Press any key to continue
Posts: 2,011
|
Post by nic on Jun 14, 2014 14:24:07 GMT
The issue here (thanks to trace lid55 sent me) is that the controller in question is sending a note on with velocity zero as a note off which is quite common and valid.
Turns out the hold function (+H) logic doesn't cater for this (tut tut) and this results in the behaviour described.
Just add the following rule before the other rules:
9X XX 00 = 8X # map NoteOn+Vel0 to NoteOff
After that tweak the rules you have should work correctly.
Regards, Nic.
|
|