Author |
Topic: Custom Remapping Midi Notes (Read 5144 times) |
|
playdoe9
New Member

 MIDI-OX Rules!
Posts: 5
|
 |
Custom Remapping Midi Notes
« on: May 16th, 2014, 4:46pm » |
Quote Modify
|
Hi, I have a midi controller that is hard coded to be certain notes. C4 through C5. I want a way to re-code each note to a seperate note. As in: C4=A1 C#4=F#2 D4=C1 Etc... It is not a transpose of the entire notes but of each note. I would then have the new output sent to a different midi port, which I see how to do in MidiOx. The program I am using to listen to the midi notes has no options or Midi Learn function. Any ideas how I can achieve this?
|
|
IP Logged |
|
|
|
Breath
Administrator
    

Gender: 
Posts: 1030
|
 |
Re: Custom Remapping Midi Notes
« Reply #1 on: May 16th, 2014, 11:58pm » |
Quote Modify
|
As in your other question, ...set up your routings. ...write and save your Mappings. ...use the little square in the middle of the routing line to select a map For the maps ... assuming C4 = 60 (and there is much dispute) so A1 = 33 Any .... NoteOn ... 60 ... 60 ... -1 ... -1 Match . Match .... 33 ... 33 ... -1 ... -1 create as many lines as you need in the one map. Note that it says NoteOn. So if you have a controller that puts out NoteOff messages on the release (and not NoteOn with the velocity = 0) you need to make two lines for each note with the other being a matching NoteOff. Royce
|
« Last Edit: May 17th, 2014, 12:57am by Breath » |
IP Logged |
|
|
|
|