Page 1 of 1

Pad to Select Container within a Container

Posted: 07 Oct 2016 01:34
by JRMMusic
Hi all,

I'm trying to create a shortcut in a large Lemur template of mine.

What I'd like to do is once I push a Pad, it takes me right to a specific container. Now I know that I can add an expression on 'x' to the pad that has "selecttab(object, index)" to take me to one container and tab. But I want it to bring up a container within another container.

If this isn't clear, let me know and I'll try to clarify.

I attached an example (hopefully, it helps to understand what I'm asking).

Thanks
JRM

Re: Pad to Select Container within a Container

Posted: 08 Oct 2016 11:44
by MrCorba
It's actually really simple, just add another selecttab beneath that and select the other container. LIke this

Code: Select all

selecttab(Container_To_Select.MidiControl2, 1);
Hopefully this is what you're looking for