Accesso rapido:  

Forum: VirtualDJ Technical Support

Topic: Color Mapping For Pads
Good Day,

I just mapped stems to specific pads on my mixer, what I am trying to do is to get the color of the pad to change or even blink when that particular stem is activated,
I have figured out how to change the actual color itself, but nothing past that, I watched a video on YouTube and it only provided some help.
What script would I write and would I write that in the section where I mapped the stems, or would it be somewhere else?

Thanks.
 

Inviato Wed 06 Sep 23 @ 8:17 pm
locoDogPRO InfinityModeratorMember since 2013
examples
only_stem vocal ? color 'blue' : color 'red'

mute_stem vocal ? blink 500ms ? color 'blue' : off : color 'red'
 

Inviato Wed 06 Sep 23 @ 8:28 pm
Thanks let me try this.
 

Inviato Wed 06 Sep 23 @ 8:42 pm
locodog wrote :
examples
only_stem vocal ? color 'blue' : color 'red'

mute_stem vocal ? blink 500ms ? color 'blue' : off : color 'red'


Do I place this in the pads editor or the mapping editor? Either place, I'm not getting it to work.

 

Inviato Wed 06 Sep 23 @ 9:05 pm
I figured it out. It's a 2 step process. You go to Mapping and you map the pad to whatever stem you want it to be stem_pad 'acapella'. Then you take this code and go to the pad editor paste it, then add the code for the colors.
 

Inviato Wed 06 Sep 23 @ 9:31 pm
locoDogPRO InfinityModeratorMember since 2013
meh, if you want the pad to always be one thing forever. more usual leave the pad mapped as
pad NUMBER and use a padpage [or write a padpage]

what I posted up was script for color field, for the stems padpage
 

Inviato Wed 06 Sep 23 @ 9:55 pm