using tabs inside a max4live device

Florent Ghys's icon

Hello, I just realized the Max tabs (patcher inspector > "show on parent patcher tab") actually work inside a Max4Live device. Tabs even offer the possibility to scroll through patches with the mouse wheel, which is great for debugging.
One question though: the root tab is always called "unnamed (root)", is there a way to change this to the actual device's name?
thanks
Florent

scrolldevice.mov
mov 1.59 MB


11OLSEN's icon

hey, that mouse scrolling may become handy someday, good find!
You can send "title" to a thispatcher obj in your root patchto change the displayed name, but you can't get rid of the trailing "(root)" . It's possible to hide the rootpatcher from the tab, that's how max helpfiles work.

But I don't really like how much space the tabbar takes away, as long we can't hide/style it I prefer a custom solution for paged devices.

Florent Ghys's icon

thanks !
yes the scrolling is pretty useful for debugging small subpatchers
how do you hide the rootpatcher from the tab?

Max Patch
Copy patch and select New From Clipboard in Max.

11OLSEN's icon

You could use "showrootpatcherontab 0/1" to [thispatcher] in root patcher, but the quickest way is to right-click the tab ;)

test.tabdevice.amxd
amxd 19.55 KB

Florent Ghys's icon

thanks! this is great, I actually never understood how these help patches were made!

whatamidoing's icon

Hey @11Olsen

Thank you so much for this share. A follow up question: If you double click on these tab1 and tab2 subpatchers, the tabs are opening in a new window in Ableton. Is it possible that this windows don't disappear when I click somewhere else? I'm looking for an option which is called something like "stay always on top" or so.

Greetings,
M

11OLSEN's icon

Hi,
if it isn't a floating window, "topmost 1" to thispatcher should help.
O.

whatamidoing's icon