Page 1 of 1

assign a midi command to a container tab switch?

Posted: 25 Jan 2013 00:08
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?

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

Posted: 25 Jan 2013 00:24
by Joe Soap
What is x where x = "yoursoftware"?

This helps people to visualise what you mean.

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

Posted: 25 Jan 2013 11:32
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.

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

Posted: 25 Jan 2013 15:05
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.

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

Posted: 25 Jan 2013 17:49
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.

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

Posted: 18 Feb 2013 17:43
by Stephmo
Is it possible to do this using a menu ?

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

Posted: 18 Feb 2013 17:44
by Softcore
Yes it is!

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

Posted: 18 Feb 2013 17:57
by Stephmo
Damn ! my scripting abilities are so lame... :? Would you give me a simple example ?

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

Posted: 18 Feb 2013 18:09
by Softcore
How many tabs needed?

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

Posted: 18 Feb 2013 18:29
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 265 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 201 times