Ingreso rápido:  

Forum: General Discussion

Tema: Pioneer DDJ RR Sync Button

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

DJJQ15PRO InfinityMember since 2016
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
 

Mensajes Mon 30 Apr 18 @ 10:28 pm
djsadimPRO InfinityMember since 2006
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

try out:

in the key
LED_SYNC
put it
get_beatdiff 0.5 ? on : var 'syncON'
 

Mensajes Tue 01 May 18 @ 11:02 am
DJJQ15PRO InfinityMember since 2016
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.
 

Mensajes Thu 03 May 18 @ 10:22 pm
blckjckPRO InfinityMember since 2008
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.
 

Mensajes Thu 03 May 18 @ 11:40 pm
djsadimPRO InfinityMember since 2006
djsadim wrote :
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

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'

 

Mensajes Fri 04 May 18 @ 7:35 pm
DJJQ15PRO InfinityMember since 2016
I will try both and let you know.....Thanks guys for your help!!! Love VDJ software.
 

Mensajes Fri 04 May 18 @ 11:02 pm
DJJQ15PRO InfinityMember since 2016
Thank you guys... the sync button is working great!!!!
 

Mensajes Sat 05 May 18 @ 12:57 pm
djsadimPRO InfinityMember since 2006
DJJQ15 wrote :
Thank you guys... the sync button is working great!!!!

Finally, which code did you use?

 

Mensajes Sat 05 May 18 @ 3:27 pm
Do you have the skin for Pioneer DDJ -RR, can I have a copy . . .
 

Mensajes Sun 06 May 18 @ 6:10 am
 

Mensajes Sun 06 May 18 @ 7:32 am
DJJQ15PRO InfinityMember since 2016
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'
 

Mensajes Tue 08 May 18 @ 10:34 pm


(Los tópicos y foros antiguos son automáticamente cerrados)