🔥 Lifetime deal! Get Control Surface Studio for Just £67 👉 Click Here To Get It
Time left... mailtimers.com
⚠️ Lifetime licenses are ending soon, get yours before they're gone ⚠️
Your shopping cart is empty.

Session Box follow Highlighted Track?

Submitted by sopwith on Sun, 10/10/2021 - 11:42
sopwith
Control Surface Studio User

Hi, new user digging in to CSS, absolutely loving it so far.

Is there a way to have the Session Box follow the Highlighted Track Navigation? (for instance with a 1 track x 4 scene session box).

Is Reactions the way to go for this? I had a look through the LOM Listeners for Track, but I didn't see an an obvious "highlighted" state to listen for.

Thanks for any suggestions!

Topic Category: 

3 Responses

Comments

JohnC
Forum Admin
#1

Hi, yes its quite simple really, I've attached a script which does this.
The script also moves the session box up and down with the selected scene.

For detail, here's what you need to do:

Use the listener event 'selected track has changed'
(live object model > song > selected track has changed)

Then for the first action, save the selected track number to a modifier
(script > modifiers > set the value of modifier 'script > selected track number)

And for the second action, select 'set session box position'
(script > set session box posiiton)
For the 'Track Number' select the modifier

As I mentioned at the top, I also did the same for the scene position - import the script into CSS for details.

sopwith
Control Surface Studio User
#2

> Use the listener event 'selected track has changed'

I must have missed this one in the LOM listener list, pretty obvious.

Thanks so much for your help, will give it a try!

sopwith
Control Surface Studio User
#3

Script works great, thank you John C!