Author |
Topic: Mapping to NoteOn not working (Read 1052 times) |
|
DrWarrenKruger
New Member

 MIDI-OX Rules!
Posts: 2
|
 |
Mapping to NoteOn not working
« on: Jun 23rd, 2009, 11:15am » |
Quote Modify
|
I am trying to map a Start to a NoteOn. The mapper is triggering properly when it sees the Start, and it's sending the note I entered on the proper channel, but it's sending it along with a NoteOff message. If I map a Start to a NoteOff it does the same. It's as if the mapping portion of MIDI-OX's code has a typo in it and is sending an 8 as the first nibble for both NoteOn and NoteOff translations (when NoteOn should be a 9).
|
|
IP Logged |
|
|
|
Peter L Jones
Expert
    

Hit it
Gender: 
Posts: 978
|
 |
Re: Mapping to NoteOn not working
« Reply #1 on: Jun 24th, 2009, 2:53am » |
Quote Modify
|
What velocity have you given the note? If you've given it zero, then you've created a note off event.
|
|
IP Logged |
"...Playing fast around the drums is one thing. But to play with people for others, to listen to, that's something else. That's a whole other world." -- Tony Williams
|
|
|
DrWarrenKruger
New Member

 MIDI-OX Rules!
Posts: 2
|
 |
Re: Mapping to NoteOn not working
« Reply #2 on: Jun 24th, 2009, 11:10am » |
Quote Modify
|
That was it, thanks very much. I had left the velocity at the default of -1 which was sending a 0. All is working perfectly now.
|
|
IP Logged |
|
|
|
|