Can anyone help me or know the mapping script to turn on the illuminated cue points on the ddj sx? Right now when I hit the cue pad it will set the cue point, but will not illuminate the pad. If I hold the shift key and hit the hot cue buttons(which make the hot cue button flash on/off) the cue pad will illuminate an set a cue point like I want it to.
Inviato Wed 05 Feb 14 @ 11:36 am
Have you tried this mapper already?
http://www.virtualdj.com/addons/15383/Pioneer_DDJ-SX.html
Make sure to remove any other mapper of folder "mappers" before installing this one.
http://www.virtualdj.com/addons/15383/Pioneer_DDJ-SX.html
Make sure to remove any other mapper of folder "mappers" before installing this one.
Inviato Wed 05 Feb 14 @ 11:41 am
Yes I have tried that mapper. I guess I phased the question wrong. I am looking for the vdscript language to turn the cue piont pads on.
Inviato Wed 05 Feb 14 @ 11:47 am
remove those user made mappers, and use the one built into vdj.
Plug and play .. .
And the cue pads lid up when set ;)
alternatively use the "KEY" drop down in vdj mapper, locate entries starting with "LED_HOTCUE_PAD" ... and map these to hot_cue with a number on end
Inviato Wed 05 Feb 14 @ 1:12 pm
mtsoag wrote :
Yes I have tried that mapper. I guess I phased the question wrong. I am looking for the vdscript language to turn the cue piont pads on.
I'm just asking, because this mapper does turn the led on the pads on if there is a cue point set.
At least, it's working on my setup.
Inviato Thu 06 Feb 14 @ 4:37 am
Most likely you use a custom mapper or you really messed up yours.
In any case:
<map value="LED_HOTCUE_PAD1" action="hot_cue 1" />
<map value="LED_HOTCUE_PAD2" action="hot_cue 2" />
<map value="LED_HOTCUE_PAD3" action="hot_cue 3" />
<map value="LED_HOTCUE_PAD4" action="hot_cue 4" />
<map value="LED_HOTCUE_PAD5" action="hot_cue 5" />
<map value="LED_HOTCUE_PAD6" action="hot_cue 6" />
<map value="LED_HOTCUE_PAD7" action="hot_cue 7" />
<map value="LED_HOTCUE_PAD8" action="hot_cue 8" />
In any case:
<map value="LED_HOTCUE_PAD1" action="hot_cue 1" />
<map value="LED_HOTCUE_PAD2" action="hot_cue 2" />
<map value="LED_HOTCUE_PAD3" action="hot_cue 3" />
<map value="LED_HOTCUE_PAD4" action="hot_cue 4" />
<map value="LED_HOTCUE_PAD5" action="hot_cue 5" />
<map value="LED_HOTCUE_PAD6" action="hot_cue 6" />
<map value="LED_HOTCUE_PAD7" action="hot_cue 7" />
<map value="LED_HOTCUE_PAD8" action="hot_cue 8" />
Inviato Thu 06 Feb 14 @ 4:51 am
phantom rocks! worked fine
Inviato Wed 19 Feb 14 @ 11:17 pm