Author |
Topic: mid ox remapped most of my controller (Read 2278 times) |
|
ANTKNEE001
New Member

 MIDI-OX Rules!
Posts: 1
|
 |
mid ox remapped most of my controller
« on: Jan 26th, 2015, 3:39pm » |
Quote Modify
|
I've been trying to remap only 3 buttons on my nanocontrol2. I have got this three buttons mapped but for sum reason midi ox has remapped a bunch of my other buttons aswell. I only have 3 changes mapped in the translation map so how do all these other buttons get changed? Thanx
|
« Last Edit: Jan 26th, 2015, 4:18pm by ANTKNEE001 » |
IP Logged |
|
|
|
Breath
Administrator
    

Gender: 
Posts: 1020
|
 |
Re: mid ox remapped most of my controller
« Reply #1 on: Jan 26th, 2015, 6:14pm » |
Quote Modify
|
Hi , I suspect you have asked MidiOx to map a range of values. If your button uses CC 10 on channel 1 with value 0 for off and 10 for on and you want to change to CC 5 you might use Input - Any Channel :: Ctrl :: Min 10 :: Max 10 :: Min -1 :: Max -1 Output - Match Channel :: Ctrl :: Min 5 :: Max 5 :: Min -1 :: Max -1 With this setup of Any Channels and -1 (any value) all CC 10 messages will be captured and changed. Sometimes you need to be very specific. The most specific way to do the example needs two lines for each button, one for off and one for on. Perhaps the data map lines should be Input - Channel 1 :: Ctrl :: Min 10 :: Max 10 :: Min 0 :: Max 0 Output - Match Channel :: Ctrl :: Min 5 :: Max 5 :: Min -1 :: Max -1 Input - Channel 1 :: Ctrl :: Min 10 :: Max 10 :: Min 10 :: Max 10 Output - Match Channel :: Ctrl :: Min 5 :: Max 5 :: Min -1 :: Max -1 Now you can be guaranteed that only those 2 messages will be converted. The -1 in the Output lines really means 'match the input values'. For 3 buttons that are switches you will need 6 lines. If you need some help with this let me know exactly what Midi messages the buttons put out and what you want them to be. All the best Royce
|
|
IP Logged |
|
|
|
|