Please I need help. I have ddj-rr. When used with rekordbox, the jog light blink or flashes when the song is about to end. But with VirtualDJ the jog ring light doesn't indicate track ending.
Please kindly help me the mapping or script.
Thanks.
Emmanuel.
Please kindly help me the mapping or script.
Thanks.
Emmanuel.
Posted 2 hours ago
Script for jog illum 1-4 looks a bit involved,
this is what you want to add to the scripts
songpos remain 30000ms ? blink ? get_deck_color 'absolute' : color black : ...
Where you'd add it sort of depends on you, it looks like it could just be used once at the start for the easiest, but it's up to you
Existing script
Jog1_illum & Jog3_illum
setting 'DDJRR-JogLeds' 'Master+Sync' ? masterdeck ? color 'orange' : play ? deck right play ? param_equal get_beatdiff 50% ? color 'white' : color 'black' : color 'black' : color 'black' : setting 'DDJRR-JogLeds' 'Vinyl+Slip' ? slip_mode ? get_slip_active ? blink 500ms ? color 'blue' : color 'red' : color 'red' : color 'blue' : setting 'DDJRR-JogLeds' 'Vinyl' ? vinyl_mode ? color 'blue' : color 'black' : setting 'DDJRR-JogLeds' 'Slip' ? slip_mode ? get_slip_active ? blink 500ms ? color 'red' : color 'black' : color 'red' : color 'black' : setting 'DDJRR-JogLeds' 'On Air' ? is_audible ? color 'green' : color 'black' : get_deck_color 'absolute'
Jog2_illum & Jog4_illum
setting 'DDJRR-JogLeds' 'Master+Sync' ? masterdeck ? color 'orange' : play ? deck left play ? param_equal get_beatdiff 50% ? color 'white' : color 'black' : color 'black' : color 'black' : setting 'DDJRR-JogLeds' 'Vinyl+Slip' ? slip_mode ? get_slip_active ? blink 500ms ? color 'blue' : color 'red' : color 'red' : color 'blue' : setting 'DDJRR-JogLeds' 'Vinyl' ? vinyl_mode ? color 'blue' : color 'black' : setting 'DDJRR-JogLeds' 'Slip' ? slip_mode ? get_slip_active ? blink 500ms ? color 'red' : color 'black' : color 'red' : color 'black' : setting 'DDJRR-JogLeds' 'On Air' ? is_audible ? color 'green' : color 'black' : get_deck_color 'absolute'
this is what you want to add to the scripts
songpos remain 30000ms ? blink ? get_deck_color 'absolute' : color black : ...
Where you'd add it sort of depends on you, it looks like it could just be used once at the start for the easiest, but it's up to you
Existing script
Jog1_illum & Jog3_illum
setting 'DDJRR-JogLeds' 'Master+Sync' ? masterdeck ? color 'orange' : play ? deck right play ? param_equal get_beatdiff 50% ? color 'white' : color 'black' : color 'black' : color 'black' : setting 'DDJRR-JogLeds' 'Vinyl+Slip' ? slip_mode ? get_slip_active ? blink 500ms ? color 'blue' : color 'red' : color 'red' : color 'blue' : setting 'DDJRR-JogLeds' 'Vinyl' ? vinyl_mode ? color 'blue' : color 'black' : setting 'DDJRR-JogLeds' 'Slip' ? slip_mode ? get_slip_active ? blink 500ms ? color 'red' : color 'black' : color 'red' : color 'black' : setting 'DDJRR-JogLeds' 'On Air' ? is_audible ? color 'green' : color 'black' : get_deck_color 'absolute'
Jog2_illum & Jog4_illum
setting 'DDJRR-JogLeds' 'Master+Sync' ? masterdeck ? color 'orange' : play ? deck left play ? param_equal get_beatdiff 50% ? color 'white' : color 'black' : color 'black' : color 'black' : setting 'DDJRR-JogLeds' 'Vinyl+Slip' ? slip_mode ? get_slip_active ? blink 500ms ? color 'blue' : color 'red' : color 'red' : color 'blue' : setting 'DDJRR-JogLeds' 'Vinyl' ? vinyl_mode ? color 'blue' : color 'black' : setting 'DDJRR-JogLeds' 'Slip' ? slip_mode ? get_slip_active ? blink 500ms ? color 'red' : color 'black' : color 'red' : color 'black' : setting 'DDJRR-JogLeds' 'On Air' ? is_audible ? color 'green' : color 'black' : get_deck_color 'absolute'
Posted an hour ago
Probably a missing setting (Atomix writes manuals for all the controllers they suppport, the one for the DDJ-RR is here)
A lot of the Pioneer/AlphaTheta all-in-one controllers have controllers specifically for them that show up when they are connected, and this most likely is one of them, because the he DDJ-1000 has the setting (DDJ1000-jogBlinkWarning), as well as DDJ-FLX10 (PIFLX10-jogBlinkWarning), so if you don't see a jogBlinkWarning setting for it when plugged in, then the devs probably missed it/would have to add it.
For now you can ptobably do what @locodog suggested to get it working.
A lot of the Pioneer/AlphaTheta all-in-one controllers have controllers specifically for them that show up when they are connected, and this most likely is one of them, because the he DDJ-1000 has the setting (DDJ1000-jogBlinkWarning), as well as DDJ-FLX10 (PIFLX10-jogBlinkWarning), so if you don't see a jogBlinkWarning setting for it when plugged in, then the devs probably missed it/would have to add it.
For now you can ptobably do what @locodog suggested to get it working.
Posted an hour ago





