Transform CC to Midi note

I would like to transform incoming (no clock device) CC value to a specific midi note, which CAN be done BUT

in this config it sends a note for EVERY CC giving me a (cool but) undesirable machine gun effect.
is there a way to filter the all the NOTE ON messages except for the First one?
(im using an FSR button that kind of acts like a pot)

If the maximum value 127 is sent only once, and it’s easy for you to always reach it with your presses, you could do this to get a single note on message:


CC 127 to Note On.mhp (87 Bytes)

It’s not ideal of course, but I can’t come up with other ways to stop duplicate note on messages.

2 Likes