Ingreso rápido:  

Forum: VirtualDJ Technical Support

Tema: Denon prime 4 jog wheel ring color
Hi,

By default, the jog wheel ring LED is only on when that deck is playing and the fader is up. I would like it to be always on, because it's a great indication to see which deck is selected (1/3 and 2/4).

Can I program that in Virtual DJ?

EDIT: FOUND A SOLUTION :-) For future reference, I shared it below:

Go to LED_JOG_RING in the mapper and change the line of code there to the following:

touchwheel_touch ? color 'white' : var '@$denonblinktime' 0 ? songpos_warning ? blink ? :get_deck_color 'absolute' : get_deck_color 'absolute' : color 'gray' : is_audible ? get_deck_color 'absolute' : color 'gray'

This is what worked for me, but it is probably a bit hacky. I think it can be simpler, so if anyone wants to post an optimized code, please do :-)
 

Mensajes Sun 05 Jun 22 @ 7:29 pm