I’m working with custom MIDI mappings on Traktor recently for a MIDI controller that I’m building. I have an encoder that browses and selects a track from the tracks list and with a button click it loads the selected track into the “Device Target”. Now I would like to add two other buttons that each of them changes the focus from Deck A to Deck B, etc.. so that I will be able to load a track into the desired Deck which then becomes the “Device Target”.
Thanks in advance,
I’m new here and looking forward to become an active member in this great online community
Thank you Steve! this was actually easier than I thought!
P.S. I read somewhere else that this functionality is possible using modifiers is that true? or is it just a more complex method for achieving the same thing using the mappings you just provided?
The code for my controller works in a way that it lights up LEDs according to the MIDI CC messages it receives from the MIDI Out mappings. How can I determine or send the Deck Focus Selector value, which could be Deck A, Deck B, etc… so I can send it as a MIDI CC message?
[QUOTE]For this you would set the controller range min/max to:
Deck A – 0/0
Deck B – 1/1
Deck C – 2/2
Deck D – 3/3
Midi range min/max for all would 0/127, and also uncheck invert and blend[/QUOTE]
P.S. I had to change the “Controller Range” when setting MIDI Out on “Deck Focus Selector” accordingly