Hi - Need Help from anyone
How can I make my Pioneer DDJ RR Sync Button to light up when I am in sync mode. Thanks
How can I make my Pioneer DDJ RR Sync Button to light up when I am in sync mode. Thanks
Posted Mon 30 Apr 18 @ 10:28 pm
DJJQ15 wrote :
Hi - Need Help from anyone
How can I make my Pioneer DDJ RR Sync Button to light up when I am in sync mode. Thanks
How can I make my Pioneer DDJ RR Sync Button to light up when I am in sync mode. Thanks
try out:
in the key
LED_SYNC
put it
get_beatdiff 0.5 ? on : var 'syncON'
Posted Tue 01 May 18 @ 11:02 am
Thanks for taking the time to direct me but can you please send me a diagram/picture how to go about it. I don't want to mess the programming aspect of the software.
Thanks for your help.
Thanks for your help.
Posted Thu 03 May 18 @ 10:22 pm
He's referring to the controller portion of the settings.
The default skin has a gear located at the top right corner.
https://www.virtualdj.com/manuals/virtualdj8/settings/index.html
There you will find the controller tab on the left side.
https://www.virtualdj.com/manuals/virtualdj8/settings/controllers.html
Select the controller you want to modify. Then, type in a new name to the right and save it. You can always go back to the factory default from the drop down menu. So, you have a way back if your edits don't work out.
On the left side, look for
LED_SYNC
Select it.
Then, to the right, there is a script. Change it to get_beatdiff 0.5 ? on : var 'syncON'
My mapper for the DDJ-RX has var 'SyncOn' set by default.
The default skin has a gear located at the top right corner.
https://www.virtualdj.com/manuals/virtualdj8/settings/index.html
There you will find the controller tab on the left side.
https://www.virtualdj.com/manuals/virtualdj8/settings/controllers.html
Select the controller you want to modify. Then, type in a new name to the right and save it. You can always go back to the factory default from the drop down menu. So, you have a way back if your edits don't work out.
On the left side, look for
LED_SYNC
Select it.
Then, to the right, there is a script. Change it to get_beatdiff 0.5 ? on : var 'syncON'
My mapper for the DDJ-RX has var 'SyncOn' set by default.
Posted Thu 03 May 18 @ 11:40 pm
djsadim wrote :
try out:
in the key
LED_SYNC
put it
get_beatdiff 0.5 ? on : var 'syncON'
DJJQ15 wrote :
Hi - Need Help from anyone
How can I make my Pioneer DDJ RR Sync Button to light up when I am in sync mode. Thanks
How can I make my Pioneer DDJ RR Sync Button to light up when I am in sync mode. Thanks
try out:
in the key
LED_SYNC
put it
get_beatdiff 0.5 ? on : var 'syncON'
there is another command (which I think is better)
n the key
LED_SYNC
put it
is_sync ? on : var 'syncON'
Posted Fri 04 May 18 @ 7:35 pm
I will try both and let you know.....Thanks guys for your help!!! Love VDJ software.
Posted Fri 04 May 18 @ 11:02 pm
Thank you guys... the sync button is working great!!!!
Posted Sat 05 May 18 @ 12:57 pm
DJJQ15 wrote :
Thank you guys... the sync button is working great!!!!
Finally, which code did you use?
Posted Sat 05 May 18 @ 3:27 pm
Do you have the skin for Pioneer DDJ -RR, can I have a copy . . .
Posted Sun 06 May 18 @ 6:10 am
See here.
Posted Sun 06 May 18 @ 7:32 am
I use the one below.
there is another command (which I think is better)
n the key
LED_SYNC
put it
is_sync ? on : var 'syncON'
there is another command (which I think is better)
n the key
LED_SYNC
put it
is_sync ? on : var 'syncON'
Posted Tue 08 May 18 @ 10:34 pm