As explained above the button that changes from Fx single to fx multi mode is the button (the button in violet square)
Tap which works like this:
while you you press it it does this:
left deck tap
FX1_TAP var_equal '$fx1' 1 ? deck 1 beat_tap : var_equal '$fx1' 2 ? deck 2 beat_tap : var_equal '$fx1' 3 ? deck 3 beat_tap : var_equal '$fx1' 4 ? deck 4 beat_tap : deck left beat_tap
but in order to change the effects mode from mode 1 to mode 2 and backwards you need to hold shift and press the tap button.
The mapping for what happends when you hold shift and press the tap is here:
LEFT DECK
LED_FX1_TAB var '$fx1multi'
SHIFT_FX1_TAP toggle '$fx1multi'
right deck tap:
var_equal '$fx2' 1 ? deck 1 beat_tap : var_equal '$fx2' 2 ? deck 2 beat_tap : var_equal '$fx2' 3 ? deck 3 beat_tap : var_equal '$fx2' 4 ? deck 4 beat_tap : deck right beat_tap
RIGHT DECK:
SHIFT_FX2_TAP toggle '$fx2multi'
LED_FX2_TAP var '$fx2multi'
maybe you will need to know alos what the shift button mapping looks like:
LEFT DECK:
SHIFT set 'shift' 1 while_pressed & set '$shift' 1 while_pressed & wheel_mode 'search' while_pressed
RIGHT DECK (IS THE SAME):
SHIFT set 'shift' 1 while_pressed & set '$shift' 1 while_pressed & wheel_mode 'search' while_pressed
Tap which works like this:
while you you press it it does this:
left deck tap
FX1_TAP var_equal '$fx1' 1 ? deck 1 beat_tap : var_equal '$fx1' 2 ? deck 2 beat_tap : var_equal '$fx1' 3 ? deck 3 beat_tap : var_equal '$fx1' 4 ? deck 4 beat_tap : deck left beat_tap
but in order to change the effects mode from mode 1 to mode 2 and backwards you need to hold shift and press the tap button.
The mapping for what happends when you hold shift and press the tap is here:
LEFT DECK
LED_FX1_TAB var '$fx1multi'
SHIFT_FX1_TAP toggle '$fx1multi'
right deck tap:
var_equal '$fx2' 1 ? deck 1 beat_tap : var_equal '$fx2' 2 ? deck 2 beat_tap : var_equal '$fx2' 3 ? deck 3 beat_tap : var_equal '$fx2' 4 ? deck 4 beat_tap : deck right beat_tap
RIGHT DECK:
SHIFT_FX2_TAP toggle '$fx2multi'
LED_FX2_TAP var '$fx2multi'
maybe you will need to know alos what the shift button mapping looks like:
LEFT DECK:
SHIFT set 'shift' 1 while_pressed & set '$shift' 1 while_pressed & wheel_mode 'search' while_pressed
RIGHT DECK (IS THE SAME):
SHIFT set 'shift' 1 while_pressed & set '$shift' 1 while_pressed & wheel_mode 'search' while_pressed
unIimited wrote :
Okay so this is what i got.
LEFT DECK: [O] means OFF and [X] means ON
FX1_ASSIGN_1 [O] FX1_ASSIGN_2 [0] -> Knobs on Deck 1 don't affect anything
FX1_ASSIGN_1 [X] FX1_ASSIGN_2 [0] -> Knobs on Deck 1 affect Deck 1 only
FX1_ASSIGN_1 [O] FX1_ASSIGN_2 [X] -> Knobs on Deck 1 affect Deck 2 only
FX1_ASSIGN_1 [X] FX1_ASSIGN_2 [X] -> Knobs on Deck 1 affect both decks
Then the same goes for FX1_ASSIGN_3 and FX1_ASSIGN_4
which in return let you exactly specify what decks you want to control at the time.
Same for Deck 2 and the 4 assign modes.
Alright?
Then you have the other mode which will let you control one effect at a time with more knobs to control it.
I need to know what triggers this mode and it's code, and then i have it almost ready for you.
LEFT DECK: [O] means OFF and [X] means ON
FX1_ASSIGN_1 [O] FX1_ASSIGN_2 [0] -> Knobs on Deck 1 don't affect anything
FX1_ASSIGN_1 [X] FX1_ASSIGN_2 [0] -> Knobs on Deck 1 affect Deck 1 only
FX1_ASSIGN_1 [O] FX1_ASSIGN_2 [X] -> Knobs on Deck 1 affect Deck 2 only
FX1_ASSIGN_1 [X] FX1_ASSIGN_2 [X] -> Knobs on Deck 1 affect both decks
Then the same goes for FX1_ASSIGN_3 and FX1_ASSIGN_4
which in return let you exactly specify what decks you want to control at the time.
Same for Deck 2 and the 4 assign modes.
Alright?
Then you have the other mode which will let you control one effect at a time with more knobs to control it.
I need to know what triggers this mode and it's code, and then i have it almost ready for you.
Posté Mon 30 Mar 15 @ 8:43 am
So any progress?
Posté Fri 10 Apr 15 @ 7:16 am
MC Apollo / Jan wrote :
So any progress?
A very extensive topic I may say. But does this theory also work on Virtual DJ 8.
Posté Thu 21 Oct 21 @ 5:05 am