Page 1 of 1

select container tab with incoming midi data

Posted: 09 Jun 2014 22:13
by gweston
Hi

I am trying to figure out how to change the tab based on what track is selected in cubase. So basically it would just change the tab based on an incoming control change message.

I have searched and looked for an example that is close but I can not find anything that works off of incoming midi data,

I will be using the generic remote in cubase to send the data to lemur.

Any help would be appreciated.

thanks

Re: select container tab with incoming midi data

Posted: 10 Jun 2014 00:07
by Phil999
there's the selecttab(object, index) command.

To make Cubase send data about the selected channel, the only way I found is to make an entry in the Generic Remote for each channel. One has to know the maximum possible amount of channels a Cubase project may have.

I have a template in the works for quite some time, which also uses the Cubase channel number to do things in Lemur. It's not ready yet, but maybe the Generic Remote xml could be helpful for you.

Re: select container tab with incoming midi data

Posted: 10 Jun 2014 03:36
by gweston
Thank you.

I am fairly new to lemur. I can handle the cubase part I believe.

Would you happen to have a basic example of the selectable command in lemur? I just don't know how to use the command.

G

Re: select container tab with incoming midi data

Posted: 10 Jun 2014 09:48
by Softcore
The easiest way is to create another object that uses the script Phil posted above to select a tab and THEN midi map THAT object....

On how to create such an object - script....looky here ;)

https://forum.liine.net/viewtopic.php?f=34&t=3022