possilbe to open/close multiple menus at once

Discuss Lemur and share techniques.
Post Reply
newtfish
Newbie
Posts: 40
Joined: 09 Apr 2011 19:32

possilbe to open/close multiple menus at once

Post by newtfish »

Hi,

Im wondering if there is a way to open multiple menus at once in lemur and if possible how to go about it? It would also be great if I could close the menus when an item is selected from any of the menus.

Cheers

N
artsUNMUTED
Regular
Posts: 62
Joined: 16 Feb 2012 10:58

Re: possilbe to open/close multiple menus at once

Post by artsUNMUTED »

I don't think it is possible - I was looking for this solution as well. Changing remotely the selection value doesn't close the menu - just changes the first displayed item.
lABl
Lemur Guru
Posts: 269
Joined: 09 Dec 2011 15:56
Contact:

Re: possilbe to open/close multiple menus at once

Post by lABl »

Hi
you can use pads to make that, how many items there are in you menu object it that is not ask too much?

Let us know if you need any help with that, we can post something here.

Cheers,
AB
artsUNMUTED
Regular
Posts: 62
Joined: 16 Feb 2012 10:58

Re: possilbe to open/close multiple menus at once

Post by artsUNMUTED »

@AB - can pads close menus? I guess you meant we can use pads instead of menus, right?
lABl
Lemur Guru
Posts: 269
Joined: 09 Dec 2011 15:56
Contact:

Re: possilbe to open/close multiple menus at once

Post by lABl »

You can check this topic to get an idea using pads like a menu:

http://liine.net/forum/viewtopic.php?f=34&t=1552

This example would be to have a pseudo-horizontal menu, but would be easy to make it vertical too.

Cheers,
lABl
Lemur Guru
Posts: 269
Joined: 09 Dec 2011 15:56
Contact:

Re: possilbe to open/close multiple menus at once

Post by lABl »

artsUNMUTED wrote:@AB - can pads close menus? I guess you meant we can use pads instead of menus, right?
Opps sorry , message crossing, yes that is what I meant.
newtfish
Newbie
Posts: 40
Joined: 09 Apr 2011 19:32

Re: possilbe to open/close multiple menus at once

Post by newtfish »

Thanks for the ideas. The menu has 128 different items, e.g. square, sine, triangle. I think I wont be able to fit 128 pads on the screen and then the pads only go up to 64 items, so ill need to split this across two sets of pads. Im guessing the only usable option is to use a fader, but then the user has to scroll through all the other options to find the selection.

Such a shame lemur doesnt support more than 32 menu items, or scrolling menus :(
lABl
Lemur Guru
Posts: 269
Joined: 09 Dec 2011 15:56
Contact:

Re: possilbe to open/close multiple menus at once

Post by lABl »

I see, so what about to use a 16x8 or 8x16 Pads matrix, you will have 128 options there, you could follow the menu principle, a button which opens the pad grid, select the entries and close the Pad grid, updating the button with the selection.

Just some thoughs,
artsUNMUTED
Regular
Posts: 62
Joined: 16 Feb 2012 10:58

Re: possilbe to open/close multiple menus at once

Post by artsUNMUTED »

To create the menu like experience with switches, mask the matrix with a large text object, create text objects for all names, script it for highlighting etc.
Joe Soap
Regular
Posts: 462
Joined: 07 Jul 2012 15:04

Re: possilbe to open/close multiple menus at once

Post by Joe Soap »

Scrolling menus can be built by combining the techniques already mentioned with the scrolling example given in the manual (page 79 of the one I'm looking @ - it may have changed by a page or so in later editions).

Further adventures in scripting that basic menu-in-a-scrollbox should yield a much more traditional / familiar menu experience.
Post Reply