Labels wish-list

This read-only archive contains discussions from the Adding Feature forum.
New feature request may be posted to the Adding Feature forum.
Technical support is available via the Help forum.
Locked
Paul L
Posts: 1788
Joined: Mon Mar 11, 2013 7:37 pm
Operating System: Please select

Labels wish-list

Post by Paul L » Sat Apr 13, 2013 4:54 pm

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.

Edgar
Forum Crew
Posts: 2043
Joined: Thu Sep 03, 2009 9:13 pm
Operating System: Windows 10

Re: Labels wish-list

Post by Edgar » Sat Apr 13, 2013 5:42 pm

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.
+1 I wrote code to do this a couple years ago for my personal version of Audacity and find it incredibly useful.

Paul L
Posts: 1788
Joined: Mon Mar 11, 2013 7:37 pm
Operating System: Please select

Re: Labels wish-list

Post by Paul L » Sat Apr 13, 2013 6:22 pm

Please persuade them to let you submit it!

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Labels wish-list

Post by steve » Sun Apr 14, 2013 4:13 am

Edgar wrote:+1 I wrote code to do this a couple years ago for my personal version of Audacity and find it incredibly useful.
I'd be very interested to try that Edgar. Could you post a patch?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Edgar
Forum Crew
Posts: 2043
Joined: Thu Sep 03, 2009 9:13 pm
Operating System: Windows 10

Re: Labels wish-list

Post by Edgar » Sun Apr 14, 2013 5:08 am

Paul L wrote:Please persuade them to let you submit it!
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.

Edgar
Forum Crew
Posts: 2043
Joined: Thu Sep 03, 2009 9:13 pm
Operating System: Windows 10

Re: Labels wish-list

Post by Edgar » Sun Apr 14, 2013 5:16 am

steve wrote: I'd be very interested to try that Edgar. Could you post a patch?
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
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Labels wish-list

Post by steve » Sun Apr 14, 2013 2:20 pm

Edgar wrote:it might be easier to just point you in the right direction
Please do.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Edgar
Forum Crew
Posts: 2043
Joined: Thu Sep 03, 2009 9:13 pm
Operating System: Windows 10

Re: Labels wish-list

Post by Edgar » Sun Apr 14, 2013 5:31 pm

steve wrote:
Edgar wrote:it might be easier to just point you in the right direction
Please do.
Check your email inbox…

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Labels wish-list

Post by steve » Mon Apr 15, 2013 2:56 am

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.)
There's quite an easy workaround for that:
  1. Click in the label that you want to replicate and press Enter (so that you're not in label edit)
  2. Use the cursor up/down keys to move to the other label track
  3. Press Ctrl+B
Paul L wrote:2. A command that deletes all labels lying entirely within the selected region of label track(s).
Provided that Sync-Lock is turned off, you can delete one or more selected labels with the Delete key.
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

Post by Gale Andrews » Tue Apr 16, 2013 7:14 pm

Paul L wrote:Some other things I'd like are already in the Feature Requests like easier TAB navigation.
So do you want to vote for
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)
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.


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

Locked