Exporting Multiple from Label Track

Audio software developers forum.
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
DickN
Posts: 445
Joined: Thu Jul 22, 2010 9:03 pm
Operating System: Windows Vista

Exporting Multiple from Label Track

Post by DickN » Mon May 16, 2011 10:27 pm

Gale Andrews wrote:
DickN wrote:I'd like to have a way to specify which label track to use for "Export Multiple" so I don't have to drag the label tracks around.
Note there is already a bugzilla enhancement issue for this that suggests exporting all label tracks but allowing to "mute" the ones not required for export.
(This quote is from Gale's reply to my comment in the http://forum.audacityteam.org/viewtopic ... 30#p142608 thread)

"Muting" (or better yet "Soloing") a particular label track would serve nicely. I think "Soloing" would be more useful at least to me because I use a single label track for each export set. If anyone wanted to export multiple from a plurality of label tracks he could still do it in multiple passes or "solo" multiple label tracks. I think the alternatives considered in the enhancement issue which involve using multiple label tracks for exporting different combinations of audio tracks based on vertical position of the label track would be confusing and would not intuitively support arbitrary combinations of audio tracks. In my case I would generally want all unmuted audio tracks to be mixed. If I wanted certain tracks to be muted for some labels and not others I think a more versatile and intuitive means would be to allow embedded commands in the label text to select the set of audio tracks for that mix.

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Exporting Multiple from Label Track

Post by Gale Andrews » Tue May 17, 2011 8:39 am

DickN wrote: I think the alternatives considered in the enhancement issue which involve using multiple label tracks for exporting different combinations of audio tracks based on vertical position of the label track would be confusing and would not intuitively support arbitrary combinations of audio tracks. In my case I would generally want all unmuted audio tracks to be mixed. If I wanted certain tracks to be muted for some labels and not others I think a more versatile and intuitive means would be to allow embedded commands in the label text to select the set of audio tracks for that mix.
"Label tracks relating to one more more audio tracks above without an intervening label track" is I think reasonably intuitive and is analogous to determining Sync-Locked groups.

You could still make arbitrary combinations with the mute button on the label track. Otherwise you would have to have controls by the label mute button (or in Export Multiple) to associate particular label tracks with particular audio tracks.

How does the user add the embedded commands in the label text and find the syntax? I was only proposing that all labels in a label track be muted or not (by muting the label track), but at the expense of another complication I guess you could mute specific labels. I think a adding "Mute" to the right-click label menu could be a way to do that. Label colours for open/not open for editing would be different when muted.



Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

DickN
Posts: 445
Joined: Thu Jul 22, 2010 9:03 pm
Operating System: Windows Vista

Re: Exporting Multiple from Label Track

Post by DickN » Tue May 17, 2011 6:07 pm

Gale Andrews wrote:"Label tracks relating to one more more audio tracks above without an intervening label track" is I think reasonably intuitive and is analogous to determining Sync-Locked groups.
I haven't tried the Sync-Lock feature yet. Hadn't even heard of it until I saw the panel on 1.3.13. I'll avoid further comments on my anticipated confusion until I see how intuitive this feature is.
Gale Andrews wrote:How does the user add the embedded commands in the label text and find the syntax? I was only proposing that all labels in a label track be muted or not (by muting the label track), but at the expense of another complication I guess you could mute specific labels. I think a adding "Mute" to the right-click label menu could be a way to do that. Label colours for open/not open for editing would be different when muted.
I didn't mean muting of specific labels, although I do like the idea of muting (or selectively enabling) individual complete label tracks. I was actually thinking of something like this, which would be part of a label text:

<play=(-2,!-1,+1)>

The signed integers refer to the tracks at the corresponding positions relative to the label track, and '!' means Mute. The enumeration in the parentheses overrides the state of the corresponding tracks' Solo and Mute buttons. Thus, the tracks 2 positions above and 1 position below the label track are unconditionally included and the track 1 position above the label track is unconditionally excluded from the mix for that label. Tracks not enumerated would be controlled by their own Solo and Mute buttons.

I can see at least one shortcoming of what I'm proposing: If one track is excluded from the mix, one might want to change the gain of at least one other track, or even pan another track to restore the balance. But this same shortcoming is inherent in any scheme that merely switches tracks on and off. With a suitable syntax variation, optional parameters could be added to each track in the enumeration to deal with this. For example, use ';' instead of ',' above and delimit the optional parameters with ','. If the gain parameter comes first and is additive (in dB) to the track's gain slider, then ',0' can serve as a placeholder if only the pan needs to be changed.

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Exporting Multiple from Label Track

Post by Gale Andrews » Tue May 17, 2011 8:07 pm

DickN wrote:I was actually thinking of something like this, which would be part of a label text:

<play=(-2,!-1,+1)>

... With a suitable syntax variation, optional parameters could be added to each track in the enumeration to deal with this. For example, use ';' instead of ',' above and delimit the optional parameters with ','. If the gain parameter comes first and is additive (in dB) to the track's gain slider, then ',0' can serve as a placeholder if only the pan needs to be changed.
Would be above the head of the majority of users, Dirk.

Even as a "pro extra", I don't think the place for it is in the labels if it is not related to individual labels. Maybe as a text entry box accessed from the dropdown in the label track?



Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

waxcylinder
Forum Staff
Posts: 14684
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Exporting Multiple from Label Track

Post by waxcylinder » Wed May 18, 2011 10:05 am

DickN wrote:I haven't tried the Sync-Lock feature yet. Hadn't even heard of it until I saw the panel on 1.3.13. I'll avoid further comments on my anticipated confusion until I see how intuitive this feature is.
Have you seen this page in the manual Dick, it may help: http://manual.audacityteam.org/man/Sync-Locked_Tracks

WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

DickN
Posts: 445
Joined: Thu Jul 22, 2010 9:03 pm
Operating System: Windows Vista

Re: Exporting Multiple from Label Track

Post by DickN » Wed May 18, 2011 9:24 pm

waxcylinder wrote:Have you seen this page in the manual Dick, it may help: http://manual.audacityteam.org/man/Sync-Locked_Tracks
WC
Oh, brother! And I've been making do all this time without that. :mrgreen: I go nuts checking & fixing the combination of selected tracks and this gem has been sitting in the box waiting to do it for me. Thanks!

waxcylinder
Forum Staff
Posts: 14684
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Exporting Multiple from Label Track

Post by waxcylinder » Thu May 19, 2011 8:28 am

I think you really have to thank BillW for that - he did all the hard work writing that page. :)

WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

DickN
Posts: 445
Joined: Thu Jul 22, 2010 9:03 pm
Operating System: Windows Vista

Re: Exporting Multiple from Label Track

Post by DickN » Thu May 19, 2011 2:18 pm

Well, kudos to BillW! Nice job explaining it and illustrating it with examples that show clearly what happens.

billw58
Forum Staff
Posts: 5601
Joined: Wed Aug 12, 2009 2:10 am
Operating System: macOS 10.15 Catalina or later

Re: Exporting Multiple from Label Track

Post by billw58 » Thu May 19, 2011 2:34 pm

DickN wrote:Oh, brother! And I've been making do all this time without that. :mrgreen: I go nuts checking & fixing the combination of selected tracks and this gem has been sitting in the box waiting to do it for me. Thanks!
Actually, it's only been "sitting in the box" since the release of 1.3.13 on April 11, so don't feel bad about not noticing it until now.

-- Bill

DickN
Posts: 445
Joined: Thu Jul 22, 2010 9:03 pm
Operating System: Windows Vista

Re: Exporting Multiple from Label Track

Post by DickN » Sat Jun 04, 2011 1:21 am

Just discovered another issue that could be resolved in a track control panel for label tracks. I have a project with 1 stereo track and several mono tracks. The label track with which I was exporting selected only center-panned mono. Every export file had 2 channels. This could be avoided with a Mono button on the label track's TCP.

It could also be avoided with a rule change: If a label selects only center-panned mono then export mono for that label. If done with a rule change, it might be prudent to put the rule in Preferences->Import/Export. It should also be possible to select the rule: If any label in the export selects stereo then all the export files will be 2-channel. Currently, even if "Use Custom Mix" is selected there I still get 2 channels.

Post Reply