Automatically select the playing clip trick

Share your favorite Ableton Live tips, tricks, and techniques.
Post Reply
baseinstinct
Posts: 929
Joined: Sun Feb 24, 2008 3:45 am

Automatically select the playing clip trick

Post by baseinstinct » Sat Apr 09, 2022 11:33 am

What is the options.txt setting - or a workaround - that makes default selecting the playing clip when navigating to the track?

[jur]
Site Admin
Posts: 5406
Joined: Mon Jun 01, 2015 3:04 pm
Location: Ableton

Re: Automatically select the playing clip trick

Post by [jur] » Sat Apr 09, 2022 1:41 pm

There's a preference, something like "follow selection".
No option.txt entry AFAIK
Ableton Forum Moderator

baseinstinct
Posts: 929
Joined: Sun Feb 24, 2008 3:45 am

Re: Automatically select the playing clip trick

Post by baseinstinct » Mon Apr 11, 2022 8:34 pm

Not this I suppose.

There is a command for this in selectedtrackcontrol midi script. Don't know what it is based on but here is how it is referred to: auto-select playing clip-slot when selecting a track .

So if you have scene 1 clip playing on track 1 and scene 9 clip on track two, when you navigate between tracks, the selection jumps to the plaining clip. Quite amazing in its simplicity and very useful.
Still, no setting accessible via menu or options file.

siliconarc
Posts: 2838
Joined: Mon Jul 16, 2007 12:27 pm
Location: UK
Contact:

Re: Automatically select the playing clip trick

Post by siliconarc » Mon Apr 11, 2022 10:02 pm

you can click on the timer/pie-graph area of any track to jump to its currently playing clip.
would be good if this was an optional default behaviour when clicking track headers though.

baseinstinct
Posts: 929
Joined: Sun Feb 24, 2008 3:45 am

Re: Automatically select the playing clip trick

Post by baseinstinct » Tue Apr 12, 2022 12:02 am

Too mousey for live performance but good to know, thanks.

As a minimum - though why minimum - assigning the clock to a midi controller or laptop key would be useful. in push, push tells you press button to move to the playing clip. Could be automatic as an option - no doubt.

Using the script, mentioned above, I will have to press ctrl + delete at the beginning of every abeton session (not project). And once or it gets back to default. Here is the midi assignment, those who can do autohotkey and want to use selected track control script.

^delete::
note = 51 ; auto-select playing clip-slot when selecting a track (toggle, project independent)
MidiNoteOn(hDev, vChan, note, 127)
MidiNoteOff(hDev, vChan, note, 127)
return

Post Reply