-
multiple expression controls under one control?
I’m relatively new to this forum so please excuse me if i screw up some of the terminology…
My questions is, is it possible to have multiple expression controls within 1 control? basically i want to create something that cabn access a layer like this…
a1 = comp(“main”).layer(“controller”).effect(“Angle Control”)(“Angle1”);
a2 = comp(“main”).layer(“controller”).effect(“Angle Control”)(“Angle2”);if that’s not a possibility what about renaming the expression controls themselves? kinda like this?
k1 = comp(“main”).layer(“controller”).effect(“knob1”)(“Angle”);
k2 = comp(“main”).layer(“controller”).effect(“knob2”)(“Angle”);any help would be appreciated