Anmelden:     


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.
 

geposted Wed 06 Sep 23 @ 8:17 pm
examples
only_stem vocal ? color 'blue' : color 'red'

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

Thanks let me try this.
 

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.

 

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.
 

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