Labels wish-list
Labels wish-list
I'd suggest a few helpful things for labels that I don't see in Feature Requests wiki...
1. Ctrl-drag can move a label vertically to a different label track without changing its horizontal position. (Analogous to ctrl-drag in the time-shift tool.)
2. A command that deletes all labels lying entirely within the selected region of label track(s). Perhaps not the Backspace and Delete keys, as the intention may be to delete audio in the synch-locked tracks, but a new command that is one easy keystroke.
Some other things I'd like are already in the Feature Requests like easier TAB navigation.
1. Ctrl-drag can move a label vertically to a different label track without changing its horizontal position. (Analogous to ctrl-drag in the time-shift tool.)
2. A command that deletes all labels lying entirely within the selected region of label track(s). Perhaps not the Backspace and Delete keys, as the intention may be to delete audio in the synch-locked tracks, but a new command that is one easy keystroke.
Some other things I'd like are already in the Feature Requests like easier TAB navigation.
Re: Labels wish-list
+1 I wrote code to do this a couple years ago for my personal version of Audacity and find it incredibly useful.Paul L wrote: 2. A command that deletes all labels lying entirely within the selected region of label track(s). Perhaps not the Backspace and Delete keys, as the intention may be to delete audio in the synch-locked tracks, but a new command that is one easy keystroke.
Re: Labels wish-list
Please persuade them to let you submit it!
Re: Labels wish-list
I'd be very interested to try that Edgar. Could you post a patch?Edgar wrote:+1 I wrote code to do this a couple years ago for my personal version of Audacity and find it incredibly useful.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Labels wish-list
Sorry Paul, The Audacity Developers are sitting on many bug-fix and enhancement patches which I have submitted over the years and are categorically unwilling to consider anything I submit.Paul L wrote:Please persuade them to let you submit it!
Re: Labels wish-list
No promises, my code base is so far removed from SVN HEAD (and has been drastically updated to compile with the newest Visual Studio and wxWidgets) that it might be easier to just point you in the right direction and let you do the C++ coding yourself. I know you are starting to get a good handle on C++ and this might make for a good learning experience. Anyway, it's getting late and I have to hit the gym for an hour before bed, I'll take a look at it in the morning and send you some email.steve wrote: I'd be very interested to try that Edgar. Could you post a patch?
Re: Labels wish-list
Please do.Edgar wrote:it might be easier to just point you in the right direction
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Labels wish-list
Check your email inbox…steve wrote:Please do.Edgar wrote:it might be easier to just point you in the right direction
Re: Labels wish-list
There's quite an easy workaround for that:Paul L wrote:1. Ctrl-drag can move a label vertically to a different label track without changing its horizontal position. (Analogous to ctrl-drag in the time-shift tool.)
- Click in the label that you want to replicate and press Enter (so that you're not in label edit)
- Use the cursor up/down keys to move to the other label track
- Press Ctrl+B
Provided that Sync-Lock is turned off, you can delete one or more selected labels with the Delete key.Paul L wrote:2. A command that deletes all labels lying entirely within the selected region of label track(s).
However, I presume that what you mean is the ability to "remove" selected labels, without affecting the positions of later labels on the same label track.
Is that what you want?
Would Shift+Delete be a suitable default key binding for this function?
I presume that we would also want a menu item, so how about
Code: Select all
Edit >
Remove Audio or Labels >
Cut
Delete
Split Cut
Split Delete
Silence Audio
Trim Audio
Remove Selected Labels
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Labels wish-list
So do you want to vote forPaul L wrote:Some other things I'd like are already in the Feature Requests like easier TAB navigation.
This would mean I think that if the cursor (or left edge of the selection) was at a label, but that label was not open for editing, then that label would open for editing rather than the next one in the TAB direction.When the label track has focus, TAB or SHIFT + TAB should always navigate to the nearest label (from the current cursor point in the direction specified)
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual