assign a midi command to a container tab switch?

Discuss Lemur and share techniques.
Post Reply
djjoshuacarl
Newbie
Posts: 12
Joined: 28 Dec 2012 20:03

assign a midi command to a container tab switch?

Post by djjoshuacarl »

Is this possible (perhaps a script?)

I have my pads mirrored on my software on my Lemur layout
the software have pages to scroll though the effects listing
Ive made containers for each of the pages, but the software uses the same # on each page

ie, Page 1, effect(pad) 3 is cc#21
bust so isnt
Page 3, Effect (pad) 3

so, to engage this effect on page 3 (tab 3 on the lemur) I have to map a custom button to Next Page (and previous page as well)
basically I have to hit the container tab (to show me page 3 on lemur)
then press the "next page" button to bring up page 3 in the software

if you coud in fact map the tabs, when u click on it to show you page 2/3 in lemur
ir would also change the soft ware to page 2/3

make sense?
is it possible?
Joe Soap
Regular
Posts: 462
Joined: 07 Jul 2012 15:04

Re: assign a midi command to a container tab switch?

Post by Joe Soap »

What is x where x = "yoursoftware"?

This helps people to visualise what you mean.
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Re: assign a midi command to a container tab switch?

Post by Softcore »

Insert pads in your project and make them change your tabs with scripting - then hide the container tab buttons. The added pads are way more easier to control - and you can map them to your software page selection too. Im not in my PC right now but if I recall correctly selecttab(container,tabindex) is the script syntax you are looking for.
Joe Soap
Regular
Posts: 462
Joined: 07 Jul 2012 15:04

Re: assign a midi command to a container tab switch?

Post by Joe Soap »

Ahh right - got it now.

This part: "bust so isnt" and the mention of "pads" in the software and Lemur

. . . threw me (late nights).

Softcore has the answer.

To explain a bit further - he's saying you should "skin" / hide the tabs using pads - and these pads can select the tabs you want in Lemur AND map to your software interface at the same time.
Phil999
Regular
Posts: 919
Joined: 11 Jan 2012 01:53

Re: assign a midi command to a container tab switch?

Post by Phil999 »

Softcore wrote:Insert pads in your project and make them change your tabs with scripting - then hide the container tab buttons.
good idea! I usually do this with several containers and show/hide commands. But next time I'll try your approach.
Formant+Eurorack, PPG wave 2.2, Korg MS-20, etc., EWI 4000s, QuNeo, etc., Mixbus32c, u-he, MadronaLabs, Samplemodeling, NI, etc., iPad2/4/Pro
Stephmo
Newbie
Posts: 24
Joined: 22 May 2012 16:09

Re: assign a midi command to a container tab switch?

Post by Stephmo »

Is it possible to do this using a menu ?
Stephmo
Newbie
Posts: 24
Joined: 22 May 2012 16:09

Re: assign a midi command to a container tab switch?

Post by Stephmo »

Damn ! my scripting abilities are so lame... :? Would you give me a simple example ?
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Re: assign a midi command to a container tab switch?

Post by Softcore »

Ok here are two examples.....

First....Switches change the tabs of a container - these can be mapped so that changing a tab can also midi cntrol something in your software controlled by Lemur
switches_select_container_tab.jzml
(9.83 KiB) Downloaded 264 times
Secondly, the same thing accomplished with a menu - again you can midi map the menu to control something in your software, besides changing the tabs
menu_selects_container_tab.jzml
(9.3 KiB) Downloaded 200 times
Post Reply