Pad to Select Container within a Container

Discuss Lemur and share techniques.
Post Reply
JRMMusic
Newbie
Posts:2
Joined:08 Jan 2016 17:25
Pad to Select Container within a Container

Post by JRMMusic » 07 Oct 2016 01:34

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
Attachments
SelectTab Within Tab.jzml
(7.28KiB)Downloaded 81 times

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

Re: Pad to Select Container within a Container

Post by MrCorba » 08 Oct 2016 11:44

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
"Having no silence in music is like having no black or white in a painting" - Brian Eno
https://soundcloud.com/mrcorba

Post Reply