How can I control one switch with another switch?

Discuss Lemur and share techniques.
Post Reply
Kubi
Newbie
Posts: 2
Joined: 02 Jan 2012 18:10

How can I control one switch with another switch?

Post 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
kraftf
Regular
Posts: 124
Joined: 14 Dec 2011 06:36

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

Post 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!
Kubi
Newbie
Posts: 2
Joined: 02 Jan 2012 18:10

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

Post by Kubi »

Thanks a lot kraftf!
and I will keep on reading the manual :oops:
Post Reply