Author |
Topic: Map NoteOff as NoteOn (Read 1427 times) |
|
npm
New Member

 MIDI-OX Rules!
Posts: 3
|
 |
Map NoteOff as NoteOn
« on: Dec 6th, 2006, 3:11pm » |
Quote Modify
|
Hi, I have a MIDI controller where most buttons sends NoteOn when you press them onece, and NoteOff next time you press them. The software I use the controller with only takes NoteOns, so I need to press the button twice each time. I'm trying to setup mappings to change any NoteOff note to the corresponding NoteOn... for some reason it doens't catch it when I try it, I have all values set to any exept noteOff > noteOn . I've been searching for an answer, the only thing similar I find is the ModVelo.js script, but I will like to do it just with mappings and not sure it will do the same thing. Any tips greatly appreciated!
|
|
IP Logged |
|
|
|
Jamie OConnell
Administrator
    


Gender: 
Posts: 2027
|
 |
Re: Map NoteOff as NoteOn
« Reply #1 on: Dec 9th, 2006, 6:36pm » |
Quote Modify
|
Realize that many controllers (maybe yours too) issues a MIDI Note Off by sending a Note On message with 0 velocity. You have to deal with that issue as well as handling real Note Offs.
|
|
IP Logged |
--Jamie Music is its own reward.
|
|
|
npm
New Member

 MIDI-OX Rules!
Posts: 3
|
 |
Re: Map NoteOff as NoteOn
« Reply #2 on: Dec 10th, 2006, 12:56pm » |
Quote Modify
|
Yes, you were right, the velocity is 00, it confused me that MidiOx recognizes it as a NoteOff. Thanks, great soft!
|
|
IP Logged |
|
|
|
|