How to refer to an object in another interface?

Discuss Lemur and share techniques.
Post Reply
Cumulonimbus
Newbie
Posts:12
Joined:01 Mar 2015 07:03
How to refer to an object in another interface?

Post by Cumulonimbus » 13 Feb 2016 08:38

Hello,

All in the title really. I have two interfaces, and I want an object in one of them to control the value of X on an object in the other. I've tried referring to it with the object name syntax (interface.object.attribue), but I get a syntax error.

Thanks.
Cubase Pro 8.0 & VEP 5.3. OS X Yosemite 10.10.1, Mac Pro 2009 Quad 2.66, 28gb RAM, RME Fireface UC, iPad Air 2, iOS8.

MrCorba
Regular
Posts:143
Joined:02 Sep 2013 20:17
Location:Netherlands

Re: How to refer to an object in another interface?

Post by MrCorba » 14 Feb 2016 18:48

You don't have too mention the interface in the syntax. This is because objects in different interfaces can't have the same name. Say you've got an interface containing a fader called FaderA and a second interface with a fader called FaderB. You can just create a script in FaderB and use FaderA.x = x; If they are in a container you'll need to put the container in de name.
"Having no silence in music is like having no black or white in a painting" - Brian Eno
https://soundcloud.com/mrcorba

Post Reply