Sign In:     


Forum: General Discussion

Topic: Color on pads - A little script help please.

This topic is old and might contain outdated or incorrect information.

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.
 

Posted Thu 10 Mar 22 @ 4:05 am
 

at the color entry for the pads, something like this for example :

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)


 



(Old topics and forums are automatically closed)