Trying to figure out the pad color script.
I've tried searching the forum, but I haven't been able to come up with a script that works.
When using the pads for loops all of the pads are green. When I select a loop, the selected pad gets a little bit brighter. I would like it to change to a different color instead, so it's easier to spot. Flashing would be cool too.
Thanks in advance.
I've tried searching the forum, but I haven't been able to come up with a script that works.
When using the pads for loops all of the pads are green. When I select a loop, the selected pad gets a little bit brighter. I would like it to change to a different color instead, so it's easier to spot. Flashing would be cool too.
Thanks in advance.
Posted Thu 10 Mar 22 @ 4:05 am
You do that in the color part of pad editor:
https://www.virtualdj.com/manuals/virtualdj/editors/padseditor.html
https://www.virtualdj.com/manuals/virtualdj/editors/padseditor.html
Posted Thu 10 Mar 22 @ 7:04 am
at the color entry for the pads, something like this for example :
and could add a blink
(blinks orange when active)
loop_pad 1 ? color 'orange' : color 'green'
and could add a blink
loop_pad 1 ? blink? color 'orange' : color 'black' : color 'green'
(blinks orange when active)
Posted Thu 10 Mar 22 @ 7:07 am