Hi.
I am a beginner with Lemur but very eager to learn! Here is my problem: I want to switch off a group of switches with a master switch. It seems to me I probably should write a script for this, but I have no idea where to begin. I don't think the "SetAttribute" function can help in this case, or am I wrong? Any help would be much appreciated!
Cheers
Kubi
Ableton Live 2.8.7
Reason 6
Lemur-iPad
How can I control one switch with another switch?
Re: How can I control one switch with another switch?
Suppose you have 2 switches named Switches and Switches2.
Insert a script for the Switches object that will be triggered on expression x with any change of value x and insert the following line:
Switches2.x=x;
And of course read the manual to get familiar with Lemur and come back here with more difficult queries!
Insert a script for the Switches object that will be triggered on expression x with any change of value x and insert the following line:
Switches2.x=x;
And of course read the manual to get familiar with Lemur and come back here with more difficult queries!
Re: How can I control one switch with another switch?
Thanks a lot kraftf!
and I will keep on reading the manual
and I will keep on reading the manual