Search found 1327 matches

by Edgar
Mon Dec 17, 2012 2:56 am
Forum: Feature Request Archive
Topic: one-click noise removal
Replies: 22
Views: 8966

Re: one-click noise removal

It's somewhat counter-intuitive cf all the other effects where the effect always works on the selection only "where the effect always works on the selection only" -- That is controlled by a (somewhat ambiguous IMHO) setting in Prefs-- Tracks > (Behaviors) > [ ] Select all audio in project...
by Edgar
Sun Dec 16, 2012 7:31 am
Forum: Feature Request Archive
Topic: one-click noise removal
Replies: 22
Views: 8966

Re: one-click noise removal

Where would the noise profile come from? Are you thinking of a generic noise profile, or are you thinking that the user selects the noise and activating the "one click" effect uses the selection for the noise profile, then automatically extends the selection to the entire track (or audio ...
by Edgar
Sat Dec 15, 2012 4:49 pm
Forum: Feature Request Archive
Topic: one-click noise removal
Replies: 22
Views: 8966

Re: one-click noise removal

I don't understand what you mean, Ed. Are you proposing some code you've written? Or requesting such a thing, if so with what parameters would it work? I am not offering any code. My proposal is adding another button to the current dialog; when the user clicks the "One-click" button the b...
by Edgar
Sat Dec 15, 2012 7:42 am
Forum: Feature Request Archive
Topic: one-click noise removal
Replies: 22
Views: 8966

one-click noise removal

Something I have found incredibly timesaving in my personal workflow of cleaning up noisy recordings is a one click Noise Removal solution. It works by taking the current selection as the noise sample, selecting all the video then applying Noise Removal.
by Edgar
Wed Dec 12, 2012 7:10 pm
Forum: Audacity Artwork and Graphics
Topic: configuring the GUI
Replies: 12
Views: 12930

Re: configuring the GUI

I'm interested - is this all leading somewhere? What have you done with the old theming code? Is that still there? Are you using it? Are you working around it? Your configurations are becoming quite extensive. Configuring the GUI in such detail would probably be a niche interest (though probably qu...
by Edgar
Wed Dec 12, 2012 7:50 am
Forum: Audacity Artwork and Graphics
Topic: configuring the GUI
Replies: 12
Views: 12930

Re: configuring the GUI

The next chapter…controlling the drawing colors: ap.png The above image came from an early "proof of concept"; I now have many of the other drawing pens under control. There are enough of them that they will require a separate page in Preferences I am going to call it "Drawing Colors&...
by Edgar
Sun Dec 09, 2012 7:36 am
Forum: Audacity Artwork and Graphics
Topic: configuring the GUI
Replies: 12
Views: 12930

Re: configuring the GUI

In my ongoing exploration of the GUI I investigated one of my pet peeves – the discoverability of the sizers on those toolbars which have them. Sizer.png Currently the Sizer is 4 pixels wide and delineated by a dark gray vertical line on each side. I tried just recoloring it but found no color combi...
by Edgar
Tue Dec 04, 2012 5:50 pm
Forum: Audio Processing
Topic: Displaying long track names
Replies: 12
Views: 8037

Re: Displaying long track names

Thanks a lot Edgar. I'll get the bug report in. Just a bit of conjecture/guesswork here: Am I right in thinking that the problem is in TrackArtiste.cpp line 324: wxFont labelFont(12, wxSWISS, wxNORMAL, wxNORMAL); dc.SetFont(labelFont); dc.SetTextForeground(wxColour(255, 255, 0)); needs to be later ...
by Edgar
Tue Dec 04, 2012 6:04 am
Forum: Audacity Artwork and Graphics
Topic: configuring the GUI
Replies: 12
Views: 12930

Re: configuring the GUI

Regarding the "track name display" (as the feature in this group that is currently, partially, implemented). When you first introduced that feature I think there were some cross platform issues regarding making the colour selectable. Can they be resolved? See my reply in the "long tr...
by Edgar
Tue Dec 04, 2012 5:41 am
Forum: Audio Processing
Topic: Displaying long track names
Replies: 12
Views: 8037

Re: Displaying long track names

There is obviously a bug here. I've asked Edgar (who wrote the original version of this feature) if he has any idea what the problem is. I'll see if he can shed some light on it before I submit a bug report. Unfortunately, I did not really have anything to do with developing this feature. After one...