I need some help in mapping my xone k2.
What i want to accomplish is 1 button to load, play and pause a track.
Flow:
Button is green = can load a track
When a track is loaded and not playing the button is still green.
When track is playing the button is red and a new track can’t be loaded (setting)
When track is pauzed, you can load a track again.
There should be two modifiers mapped to each Play button.
Each modifier should be set to incremental mode so the value is increasing by one each time you press the button.
You basically use three values of one modifier:
M1=0 track is paused and you can load a track
M1=1 track is loaded and playing
M1=2 you can stop a track and reset modifier value back to 0 to get the mapping set for new cycle.
I made a Tsi that you can download and see what I did. Then you simply replicate the same settings in your K2 mapping. It should be fairly easy since it is only a few lines of mappings.
Backup your mappings first and go ahead and import this TSI [ATTACH]26407[/ATTACH]
You will see that all commands are mapped to the “SPACE” on your computer keyboard. Deck A is used as an assignment.
You can use ether first or second conditional - it doesn’t matter.
LED’s should be driven by modifier.
Go ahead and add output command for modifier 1:
Add Out > Modifier > Modifier 1
Now duplicate it so at the end you have three different output commands.
Green / condition M1=0 / controller range min=0 max=0
Red / condition M1=1 / controller range min=1 max=1
Green / condition M1=2 / controller range min=2 max=2
K2 is known for it’s pour LED feedback support in Traktor. If the above won’t execute the LED sequence then try “cure” it with the Send Monitor State command.
Add In > Global > Send Monitor State (should be mapped to modifier button)