Page 1 of 1

How can I control one switch with another switch?

Posted: 02 Jan 2012 18:53
by Kubi
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

Re: How can I control one switch with another switch?

Posted: 03 Jan 2012 02:01
by kraftf
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!

Re: How can I control one switch with another switch?

Posted: 03 Jan 2012 14:46
by Kubi
Thanks a lot kraftf!
and I will keep on reading the manual :oops: