How to arm selected track?

0

I know that this can be done with .txt file in Ableton. But is it possible to do that with CSS?

Now in Live when track is selected and armed, when I move arrow buttons, it sets arm on/off. Without any scripts enabled in Live preferences.

I tried with Reaction, and I used listener “Song -> Selected track has changed” and then action “Track -> Set arm = true”, but it does not overwrite above behaviour.

toneyvecchio Answered question
0

You would need to add a Reaction which does the following:
Listener: when MIDI controller > “Button x was pressed” 
Action: Live Object Model > Track > Set Arm  … and in the path menu choose “selected track”

JohnC Answered question
0

Can I use “Song -> Selected track has changed” as listener?

I’m attaching my script. It still does not work.

dust_bg Answered question
0

Double check your action section where your doing Arm, did you select “selected track” there as well?

toneyvecchio Answered question