Page 1 of 1

Using ipod to change container tabs on iPad

Posted: 03 Jun 2013 03:20
by Prokat99
Hi,
I have a 32 button pad on my ipad which switches the tabs in a container. Is it possible to control the container tabs the exact same way from an iPod touch to the iPad? I need to free up some space on my interface.

So far what I have tried was copying the module from the iPad, then dropping it on to the iPod. From there I was using OSCulator to try and reroute the data but I have been unable to figure out how to do this.

Because the container tab does not exist on the iPod, the original script does not work and I have no idea what alterations if any would make it so.

Thank you
PK

Re: Using ipod to change container tabs on iPad

Posted: 05 Jun 2013 20:00
by nick_liine
To change Container tabs remotely, or even switch pages, you can do this with a simple OSC command.

selecttab(container,index) // Display a tab of a Container
selectinterface(i); // Select an interface page, i corresponds to the offset

Have a look at page 146 of the Lemur User Guide, there is an appendix listing all scripting functions.

I've attached a small example of two JZMLs, one could go on the iPod, the other on the iPad.

Hope this helps!

Best regards,
Nicolas

Re: Using ipod to change container tabs on iPad

Posted: 19 Jun 2013 01:47
by Prokat99
This did the trick!
Thank you!