Search found 1326 matches

by Edgar
Tue Nov 11, 2014 1:53 am
Forum: General Audio Programming
Topic: NoiseRemoval.cpp
Replies: 138
Views: 28752

Re: NoiseRemoval.cpp

Hi Paul! Great work here and elsewhere on the Audacity project. I'm trying out your new Noise Reduction affect on Windows 7. I have even back ported it to Audacity 2.0 so that my clients have access to it. While I realize that the experimental wxWidgets 3.0 configurations (which are currently availa...
by Edgar
Mon Nov 10, 2014 6:04 pm
Forum: Feature Request Archive
Topic: "Show Clipping" Options
Replies: 110
Views: 15506

Re: "Show Clipping" Options

I'm confused by this - there is only one clipping indicator. See http://manual.audacityteam.org/o/man/meter_toolbar.html#annotated . I think you are talking about Maximum Peak, which is blue (despite that colour has no meaning in a gradient meter). No – I'm confused! Someplace along the line the ne...
by Edgar
Mon Nov 10, 2014 12:50 am
Forum: Feature Request Archive
Topic: "Show Clipping" Options
Replies: 110
Views: 15506

Re: "Show Clipping" Options

Here's a new patch, it must be applied INSTEAD of the previous patch, it gives you 2 more things to play with: #define EXTRA_CLIP_INDICATOR_SPACE 4 #define EXTRA_MOMENTARY_INDICATOR_SPACE 4 #define EXTRA_PEAK_INDICATOR_SPACE 4 wider.png In the above image the red rectangle refers to EXTRA_CLIP_INDIC...
by Edgar
Sun Nov 09, 2014 11:00 pm
Forum: Feature Request Archive
Topic: "Show Clipping" Options
Replies: 110
Views: 15506

Re: "Show Clipping" Options

Here is a very small patch to play with; in srcwidgetsMeter.h at or near line number 34: //to make the latched clipping indicator stand out more //width when horizontal; height when vertical //make this value 2 for current behavior #define EXTRA_INDICATOR_SPACE 8 Currently, these indicators are 2 pi...
by Edgar
Sun Nov 09, 2014 10:47 pm
Forum: Feature Request Archive
Topic: "Show Clipping" Options
Replies: 110
Views: 15506

Re: "Show Clipping" Options

I need to go back over that again. I missed the step where we got two meter flashers. Take a look at the image I show a few posts back in this thread. You can see a vertical red bar between 0 & -1 which is the "momentary" indicator; it stays for a few seconds, does not fade, then disappears. Upon c...
by Edgar
Sun Nov 09, 2014 7:44 pm
Forum: Feature Request Archive
Topic: "Show Clipping" Options
Replies: 110
Views: 15506

Re: "Show Clipping" Options

I think we are very close to consensus. We have 3 interface elements related to clipping: the Analyze Effect "Find Clipping"; the clipping indicators in the meters; the markers in the waveform enabled/disabled from the View menu. In regard to the Effect, its name is not perfectly intuitive. I would ...
by Edgar
Sun Nov 09, 2014 6:45 pm
Forum: Feature Request Archive
Topic: "Show Clipping" Options
Replies: 110
Views: 15506

Re: "Show Clipping" Options

The lines remain visible after playback or recording is stopped, and are reset when a new playback or recording session is started This is not reliably true with divorced meters on SVN HEAD (13567, 8 November 2014) on Windows. Can you make steps to show that? Note that if you click in the playback ...
by Edgar
Sun Nov 09, 2014 12:32 am
Forum: Feature Request Archive
Topic: "Show Clipping" Options
Replies: 110
Views: 15506

Re: "Show Clipping" Options

AFAIK most of us agree or don't object to Meter Toolbar clipping at one sample if there is an option for the clipping indicator to fade. Right? We're not going to succeed in providing all things for all people, but that seems to offer most things to most people, so +1 The lines remain visible after...
by Edgar
Sat Nov 08, 2014 11:29 pm
Forum: Compiling Audacity
Topic: wxWidgets3 builds broken SVN HEAD 13567
Replies: 2
Views: 1362

Re: wxWidgets3 builds broken SVN HEAD 13567

wx3 is not officially supported yet. These are 2 configurations in the current experimental Microsoft Visual Studio 2013 Project which has built fine until today. Without pointing any fingers, something which was committed today cause these 2 configurations to break; I think all of these have to do...
by Edgar
Sat Nov 08, 2014 8:12 pm
Forum: Compiling Audacity
Topic: wxWidgets3 builds broken SVN HEAD 13567
Replies: 2
Views: 1362

wxWidgets3 builds broken SVN HEAD 13567

Both the wx3-Release/Debug configurations are currently broken: Error 1 error C2440: 'initializing' : cannot convert from 'wxUniCharRef *' to 'wxChar *' srcwidgetsNumericTextCtrl.cpp 1597 1 Audacity Error 2 error C2440: '=' : cannot convert from 'wxUniCharRef *' to 'wxChar *' srcwidgetsNumericTextCt...