neuwirthe
Member
 
 MIDI-OX Rules!

Posts: 30
|
 |
Chaining 2 maps
« on: Aug 4th, 2003, 5:35pm » |
Quote Modify
|
I have a mapping creating 6 note on events from one note on event for notes in the range 60-71 (middle octave). the added noteon events all are shifted by octaves from the original note. I want to map all other keys into the range 60-71 so when i press key 48 it triggers all eventes defined for note 60. I can do that using two instances of MIDIOX. The first one maps all the ranges outside of 60-71 into the range and puts its outout on a midiyoke port. The second instance takes its input from this midiyoke port and therefore only gets inputs in the range 60-71. Is there a way of doing all this mapping in one instance of midiox? What would be needed is sort of a loopback: events which were created through mapping should be rerouted as input events. This could be a switch in each mapping entry: treat as new input, or route to output.
|