Individual track Back To Arrangement via LOM?

Learn about building and using Max for Live devices.
Post Reply
sunspider
Posts: 6
Joined: Fri May 26, 2017 7:46 pm

Individual track Back To Arrangement via LOM?

Post by sunspider » Tue Aug 02, 2022 8:01 pm

Is there any way to push the "back to arrangement" buttons (both track and whole song) using the Live Object Model?

You know, the ones that switch from playing a clip (or all clips for the song button) in session mode back to playing the arrangement.
Last edited by sunspider on Wed Aug 03, 2022 10:07 pm, edited 1 time in total.

Rivanni
Posts: 409
Joined: Sat Nov 26, 2016 12:30 pm

Re: Back To Arrangement via LOM?

Post by Rivanni » Tue Aug 02, 2022 10:39 pm

Search for back_to_arranger on this page.

https://docs.cycling74.com/max8/vignett ... ject_model

sunspider
Posts: 6
Joined: Fri May 26, 2017 7:46 pm

Re: Back To Arrangement via LOM?

Post by sunspider » Wed Aug 03, 2022 6:36 pm

@Rivanni Thanks for the response. I did find that one.

The "back_to_arranger" value only tells you if the song-wide back-to-arrangement button is available or not. It doesn't give a method (that I've found) for actually pushing it.

Also, my main goal is to be able to push the individual track buttons, which don't seem to even have the equivalent of back_to_arranger.

Rivanni
Posts: 409
Joined: Sat Nov 26, 2016 12:30 pm

Re: Back To Arrangement via LOM?

Post by Rivanni » Wed Aug 03, 2022 7:18 pm

sending the message

Code: Select all

set back_to_arranger 0
to live.object (representing the Song) 'clicks' the button when it is active, thus returns to arrangement view.

Oh, and as far as I know there isn't a 'single track back to arrangement' property in Max.

sunspider
Posts: 6
Joined: Fri May 26, 2017 7:46 pm

Re: Back To Arrangement via LOM?

Post by sunspider » Wed Aug 03, 2022 9:59 pm

Ah! I'm wrong and you can set the back_to_arranger state!

Just need to figure out how to do that for individual tracks now!

Rivanni
Posts: 409
Joined: Sat Nov 26, 2016 12:30 pm

Re: Back To Arrangement via LOM?

Post by Rivanni » Wed Aug 03, 2022 10:10 pm

Well, that's what I wrote... Including the code.

sunspider
Posts: 6
Joined: Fri May 26, 2017 7:46 pm

Re: Individual track Back To Arrangement via LOM?

Post by sunspider » Thu Aug 04, 2022 4:11 am

Indeed. My browser window was still open and hadn't updated when I wrote that. Not trying to be dense, just not hitting refresh.

Thanks again for response

Post Reply