Has anyone figured out how to access Browser 'Places'???

Learn about building and using Max for Live devices.
prebentious
Posts: 312
Joined: Fri Jul 20, 2007 12:07 am

Re: Has anyone figured out how to access Browser 'Places'???

Post by prebentious » Thu Nov 28, 2013 12:06 am

Myralfur wrote: you can then use the "scroll_view" function to scroll through the browser.

it.
I'm confused on the syntax for the scroll_view function. What would I have in a message box fed to the live.object?

call scroll_view direction 0

Gives me an error 'invalid arguments'

Thanks!
Ben

regretfullySaid
Posts: 8913
Joined: Thu Apr 22, 2010 5:50 pm

Re: Has anyone figured out how to access Browser 'Places'???

Post by regretfullySaid » Thu Nov 28, 2013 12:20 am

call scroll_view 0/1/2/3 Browser 0

Parameters: direction view_name modifier_pressed

The 'direction' is an [int], 0 for up, 1 for down, 2 for left, 3 for right
view_name is Browser, Arranger, Session, Detail, Detail/Clip, Detail/DeviceChain
Modifier pressed might as well be 0 because apparently they haven't made it useful yet.

So 'call scroll_view 1 Browser 0' would move the selection down. 2 & 3 would go between Categories/Places on the left and results on the right.
ImageImage

prebentious
Posts: 312
Joined: Fri Jul 20, 2007 12:07 am

Re: Has anyone figured out how to access Browser 'Places'???

Post by prebentious » Thu Nov 28, 2013 12:34 am

Thanks you !

regretfullySaid
Posts: 8913
Joined: Thu Apr 22, 2010 5:50 pm

Re: Has anyone figured out how to access Browser 'Places'???

Post by regretfullySaid » Thu Nov 28, 2013 12:47 am

Yers welcome!
ImageImage

Post Reply