Parameters for arpeggiator "tie 100%"
-
Hello,
Is there a Parameters for arpeggiator "tie 100%"?
I need to connect two "tie 100%" settings to 1 button. -
@BWSounds Accessible parameters should in the list below
-
@bwsounds And another way for getting the attributes of any module when they aren't listed:
const var Arpeggiator1 = Synth.getMidiProcessor("Arpeggiator1"); for (i=0; i<Arpeggiator1.getNumAttributes(); i++) { Console.print(Arpeggiator1.getAttributeId(i)); }
-
This post is deleted! -
@ustk
Ahh I see thank you!