S4 - Determine if Deck A or C is selected

S4 - Determine if Deck A or C is selected

Hey there. I’m jsut setting up an S4 MK2 I recently got with some minor controller adjustments. I’m currently repurposing the loop IN OUT buttons so they beat jump -LOOP and +LOOP respectively. Now this works fine if I specify a deck for those to buttons, but I cannot seem to get it to know which deck is selected.

So end result would be

DECK A selected
IN / OUT on left deck beat jump DECK A

DECK C selected
IN / OUT on left deck beat jump DECK C

I tried adding a modifier to the DECK C button in the corner but that doesn’t seem to know which state its in on the left hand side.

Any ideas?

This can be done with a modifier.

Add In > Modifier 1
Type = Button
Mode = Direct
Value = 1
Condition is M1=0

Add In > Modifier 1
Type = Button
Mode = Direct
Value = 0
Condition is M1=1

Map this two modifier 1 commands to a same button (Deck C) and untick the “Override Factory Map” option on both commands.

Now add beatjump commands (Add In > Deck Common > Move > Beatjump) and assign them with modifier conditions of your previously added modifier.