Select a track based on Name

Solved1.08K viewsCSS Questionscss script
0

I am trying to select a track based on Ableton Track name. Using Track selection I can find ways to specify the Track Number and use Relative.

Alternatively, I can figure out how to modify it directly in Python but then I feel like I lost the benefit of manageability with the Remotify UI. Maybe thats a separate question on how to manage that however. Preferably I wont have to do that, any advice here?

toneyvecchio Answered question
1

You could set up a Reaction that loops through all the Tracks, then set up a Condition that checks if the name of the Track is equal to the one you want.

To have the condition check each track, you’ll have to put the loop_number as the track number inside the path menu. I can’t check it now but you might need to use Custom Code to put “loop_number + 1” as the track number because the loop_number starts at 0 but track numbering in the path menu starts at 1.

toneyvecchio Selected answer as best
You are viewing 1 out of 2 answers, click here to view all answers.