|
||
Title: Map NoteOff as NoteOn Post by npm on Dec 6th, 2006, 3:11pm 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! ::) |
||
Title: Re: Map NoteOff as NoteOn Post by Jamie OConnell on Dec 9th, 2006, 6:36pm 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. |
||
Title: Re: Map NoteOff as NoteOn Post by npm on Dec 10th, 2006, 12:56pm Yes, you were right, the velocity is 00, it confused me that MidiOx recognizes it as a NoteOff. Thanks, great soft! |
||
MIDI-OX User Forum » Powered by YaBB 1 Gold - SP 1.3.1! YaBB © 2000-2003. All Rights Reserved. |