Accesso rapido:  

Forum: VirtualDJ Technical Support

Topic: Mapping Denon Prime 4 (color deck 4)
Hello Virtual DJ users,
use a Denon Prime 4 controller.
Would like to make a change in the mapping.
Deck 4 (Jogwheel, Deck Select and Load button is displayed in orange for me, would
but like to switch it to yellow.
Does anyone have an idea how I can do it in mapping.

Best regards
Klaus
 

Inviato Fri 10 Dec 21 @ 10:23 am
 

Inviato Fri 10 Dec 21 @ 10:26 am
djdadPRO InfinityDevelopment ManagerMember since 2005
LED_DECK_4 key action :
deck 4 rightdeck ? color 'yellow' : color 'gray'


LED_PFL key action :
pfl ? action_deck 4 ? color "yellow" : get_deck_color "absolute" : color "darkgray"


LED_JOG_RING key action :
touchwheel_touch ? color 'white' : var '@$denonblinktime' 0 ? songpos_warning ? blink ? is_audible ? action_deck 4 ? color 'yellow' : get_deck_color 'absolute' : color 'white' : color 'gray' : is_audible ?  action_deck 4 ? color 'yellow' : get_deck_color 'absolute' : color 'gray' :  is_audible ? action_deck 4 ? color 'yellow' : get_deck_color 'absolute' : color 'gray' 


LED_LOAD_RIGHT key action :
deck right loaded ? deck 4 rightdeck ? color 'yellow' : deck right get_deck_color "absolute" : deck 4 rightdeck ? color 40% 'yellow' : deck right get_deck_color "absolute" 40%


These are for the controller leds (DECK, LOAD, PFL buttons and JOG RING). If you want to make edits on the screen skin, that's another story ;)

Untested.

 

Inviato Fri 10 Dec 21 @ 9:25 pm
Hello DJDAD,
Thank you very much for the detailed explanation.
Best regards
DJ Klaus
 

Inviato Sun 12 Dec 21 @ 11:55 am
Hello DJDAD,
have tried the mapping and it is super good!
What will still be good if the channel faders are down, that the four deck colors (blue, red, green and yellow are always displayed and do not switch to the color white)
With kind regards
DJ Klaus
 

Inviato Sun 12 Dec 21 @ 8:30 pm