Page 1 of 1

Adding label to second label track?

Posted: Wed Apr 14, 2021 1:27 pm
by brian0918
I have an audio track and then two label tracks. I'm trying to create a macro to add 2 seconds before/after a selection of audio (using the Select Time command), and then assign a label, but the label needs to go to the second label track, not the first label track.

It seems that all the label commands automatically put the label on the first label track. Is there any way to get it to put the label on the second label track, without requiring mouse clicks to highlight that track?

If not, is there a way to do this with a Macro that will select the correct label track, then add the label?

Thanks!

Re: Adding label to second label track?

Posted: Wed Apr 14, 2021 1:34 pm
by steve
If the second label track is the bottom (last) track in the project, add the command "Move Focus to Last Track" before adding the label.
The label is added to the label track that has focus ("focus" = "the current track", and it doesn't matter if it is selected or not).

Re: Adding label to second label track?

Posted: Wed Apr 14, 2021 1:36 pm
by brian0918
Thanks for the reply. Unfortunately with what I'm doing, there's actually a third label track below that, which I use for tracking the exact time of day.

Re: Adding label to second label track?

Posted: Wed Apr 14, 2021 1:38 pm
by steve
brian0918 wrote:
Wed Apr 14, 2021 1:36 pm
there's actually a third label track below that,
In that case, move focus to the bottom track, then "Move focus to previous track" (one track up).

Re: Adding label to second label track?

Posted: Wed Apr 14, 2021 1:39 pm
by brian0918
Thanks, right after I replied I tried that out and it's working!