CENTRIC
2014-06-12 06:44:55
I'm trying to figure out a way to have a translator pick up the new midi channel of a previous translator, and not to use the original channel of the incoming midi controller. Here's the scenario:
8 button midi controller running into MT
Button 1 (midi channel 15): activates preset to change all CC midi to channel 1
Button 2 (midi channel 15): activates preset to change all CC midi to channel 2
Button 3 (midi channel 15): activates preset to change all CC midi to channel 3
Button 4 (midi channel 15): activates preset to change all CC midi to channel 4
Then I want to have buttons 5, 6, 7, 8 on the controller perform other translations on all four midi channels, depending on which of buttons 1-4 are engaged. The point of this is that rather than having four buttons (5,6,7,8) that do four things, you now have 4 buttons that can do 16 things (4 buttons X 4 channels), depending on whether button 1,2,3 or 4 is engaged to toggle the midi channel.
Getting buttons 1,2,3,4 programmed to change midi channels is easy. But when I try to have buttons 5,6,7,8 pickup the new translated midi channel, they just keep picking up the original midi channel (15) from the controller input.
So how can I make a new preset use the new translated midi channel as the input, and not pick up the original midi channel from the controller? I thought using swallow or virtual midi ports might do it but no dice.
8 button midi controller running into MT
Button 1 (midi channel 15): activates preset to change all CC midi to channel 1
Button 2 (midi channel 15): activates preset to change all CC midi to channel 2
Button 3 (midi channel 15): activates preset to change all CC midi to channel 3
Button 4 (midi channel 15): activates preset to change all CC midi to channel 4
Then I want to have buttons 5, 6, 7, 8 on the controller perform other translations on all four midi channels, depending on which of buttons 1-4 are engaged. The point of this is that rather than having four buttons (5,6,7,8) that do four things, you now have 4 buttons that can do 16 things (4 buttons X 4 channels), depending on whether button 1,2,3 or 4 is engaged to toggle the midi channel.
Getting buttons 1,2,3,4 programmed to change midi channels is easy. But when I try to have buttons 5,6,7,8 pickup the new translated midi channel, they just keep picking up the original midi channel (15) from the controller input.
So how can I make a new preset use the new translated midi channel as the input, and not pick up the original midi channel from the controller? I thought using swallow or virtual midi ports might do it but no dice.