Send @multicolor from Max to Lemur Multislider
I tried multi ways of sending messages like:
[
;
s ---to_Lem /Multislider @multicolor {456567, 98765 ,987656, 9876}
]
it is ok with @color for only one color of the whole Multislider.
But i would like to color each slider individually from max.
I'm sure question already been asked but i can't find it on forum..
Thanks a lot for any help or topic links.
in max, you don't need the { } , and comma is a reserved characters...
so simply send
/Multislider @multicolor 456567 98765 987656 9876
and that should be ok :-)
Mathieu
Thank you Mathieu,
It solves my problem and i just found that @multicolor is to on/off multicolor and @colors is the color for each slider.
In the manual of the lemur multicolor is for colors and colors don't even exist.
Thanks again