Search found 1327 matches

by Edgar
Tue May 14, 2013 6:19 am
Forum: Feature Request Archive
Topic: Help button for dialogs
Replies: 6
Views: 2583

Help button for dialogs

Over the years we have discussed adding an "Help" button to some of the dialogues - most recently the Effects dialogs. At first I lobbied for a Windows-centric "round blue button with a white question mark" in the top right-hand corner of the window. I even floated a proof of con...
by Edgar
Wed May 08, 2013 4:36 pm
Forum: New Plug-Ins
Topic: Sound / Silence Marker
Replies: 69
Views: 36960

Re: Sound / Silence Marker

I would be +1 on a unified tool if the parameters were saved so that in the 99.9% of the times that I use it for Silence Finder the odds are very high that it will start out configured for Silence Finder. I have a whole bunch of albums recorded, but not yet split into tracks, on my hard drive. I cou...
by Edgar
Mon May 06, 2013 4:31 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Color of track name in waveform
Replies: 9
Views: 4035

Re: Color of track name in waveform

Is there any possibility to change the script color, e.g. by a hex code or anything else? It is possible if you compile your own version. I posted the steps in the "Adding Features" forum a while back but I can't seem to find the post now. If you can compile Audacity and wish to go to thi...
by Edgar
Thu May 02, 2013 4:42 pm
Forum: General Audio Programming
Topic: switch to Spectogram display by code
Replies: 31
Views: 22316

Re: switch to Spectogram display by code

I understand your desire to trade the behind-the-scenes philosophy currently employed by Effects for something that you can watch and interrupt as needed. Good luck with your effort!
by Edgar
Wed May 01, 2013 1:15 am
Forum: Windows
Topic: Font/point size in 2.0.3
Replies: 1
Views: 479

Re: Font/point size in 2.0.3

On Windows 7 (and at least as far back as Win2k) menu font (size, family etc.) is controlled by Windows itself. Audacity has no control over this.
by Edgar
Sat Apr 20, 2013 5:53 pm
Forum: Feature Request Archive
Topic: Metadata
Replies: 6
Views: 3086

Re: Metadata

This would need some beta testing to ensure that it works for all the formats which may write Metadata… metadata.png add this code to srcprefsImportExportPrefs.cpp about line number 80: S.TieRadioButton(_("&Use custom mix (for example to export a 5.1 multichannel file)"), false); } S.E...
by Edgar
Sat Apr 20, 2013 4:31 pm
Forum: Feature Request Archive
Topic: Labels wish-list
Replies: 67
Views: 15846

Re: Labels wish-list

steve wrote:Double clicking on an audio clip selects that audio clip, so how about if double clicking within a region label selected the region label?
I've been using something similar to this in my personal build for a couple of years now and find it extremely useful.
by Edgar
Sat Apr 20, 2013 4:20 pm
Forum: Feature Request Archive
Topic: Metadata
Replies: 6
Views: 3086

Re: Metadata

steve wrote:
Edgar wrote: "Don't show me again" checkbox - may be the Metadata dialog should have one as well.
I'd be in favour of "Don't show again" if there was also an option to not write metadata.
+1 been bitten by this numerous times - trivial code write
by Edgar
Fri Apr 19, 2013 4:05 pm
Forum: Feature Request Archive
Topic: Metadata
Replies: 6
Views: 3086

Re: Metadata

Can the Metadata window be turned off This seems to be a discoverability issue - I was just offered money to create a build of Audacity which had the Metadata window turned off. When I pointed out that the ability already existed in Preferences the company's reply was something like "Oh, we ha...
by Edgar
Fri Apr 19, 2013 3:58 pm
Forum: Feature Request Archive
Topic: Labels wish-list
Replies: 67
Views: 15846

Re: Labels wish-list

Most text and word processors don't allow SHIFT + DELETE to do anything. Wouldn't it be more useful to have SHIFT + DELETE delete the label if open for editing? It seems to be a developer decision to make "Delete+modifier" act the same as "Delete", but I don't know why and I don...