hello everybody:
i just bought my 4-mx. im working with virtualdj. i really like the feature of digital controlers that diferent actions can be assigned to different buttons.
i don´t like the default configuration for the 1-6 buttons, so i tried to change the mapper with vdjscript.
i do as follows in vdjscript:
for the shift button i wrote the following code:
toggle myshiftstate
for the button3 i wrote:
var myshiftstate ? loop 3 : sampler 3 play_stop
when the shift led is off (the orange light is off) the action on button 3 is as i expect by the code written, but when i press the shift button and the orange light go on, the action performed by the button 3 is the "factory default" (i know i can change the action of each button with the pop up menu, but the options given are not enough form me)
so shift seams to execute my vdjscript and then "overwrite" the behavior i programed by the "factory default".
is there a way of working around this?
also, whats the difference betwen shift and shift_state and deck and deck_state buttons?
thanks in advance
marcel
Silly me, I solved this already. The problem is that SHIFT turns BUTTON3 into BUTTON9 so It´s only logical that the code I wrote above won´t work.
I'm loving it.