Midi note off translation

Hi there. I haven’t dug deep into this but I’m in a bit of a hurry as I’m in a middle of a project with a deadline. Can anyone tell me how to translate a midi note off at midi ch1 to a midi note on at midi ch2? (Midi ch2 won’t need a note off but midi ch 1 needs one)

Hope you understand my lack of patience :wink:

Hi, are you using DIN-5 port or USB? The midichords sketch is close to what you need - it detects a note on event, and produces multiple note ons. You could modify it or base your own code to instead detect a note off on CH1 and produce a note on to CH2.

I’m using din-5. I’ll have a look at midichords. Thank you for your reply!