arm selected track

4.32K viewsCSS Questions
0

hi first of all great job with ccs!!
so my question is if is possible to arm a track when is selected and unarm it when u select another?
i am using a rotary encoder to navigate between tracks.
hope is possible, if not would be nice to be able in the future.
greetings from chile!

admin Changed status to publish
Attached Files:
0

Yes its super simple with Reactions v2, I’ve attached the script.

One important note, the action of arming the selected track is an update to the UI, so the listener can’t also be a UI event (ableton blocks UI to UI functionality – not us). Unfortunately this means that clicking the tracks with your mouse will not work.
So, the best thing to do is attach the action to all buttons or knobs which also select tracks in your script, like an add-on. So add all of these buttons/knobs as listeners in the reaction.

admin Changed status to publish
You are viewing 1 out of 12 answers, click here to view all answers.