Page 1 of 1

Switch & color

Posted: 12 Sep 2012 10:11
by oran-outan
hi

On switch object for control color, script can be this :
setattribute (Switches, 'color', {RGB(0.9,0.9,0.9),RGB(0.,0.,1)}); {color off, color ON}
affect all the switches object.

i have create a matrix sequencer with 16 columns & 6 rows.
my interest is to "active" or not a row, using a button, and give feedback with "changing color"

i have search to control each row color but with any result. a possibility to control off or on color on each row.
if anyone can help me ?

thanks & best
O-O