Commit Graph

16 Commits

Author SHA1 Message Date
benjamin.drung@gmail.com
277932dccb Remove trailing spaces. 2014-06-03 20:30:19 +00:00
lllucius
8a260f33d0 Fix for bug #662
http://bugzilla.audacityteam.org/show_bug.cgi?id=662
2013-10-11 20:01:41 +00:00
v.audacity
40254b1796 simplified version of Steve's patch for bug 357 -- Never need to update array size in two places again. 2013-06-30 04:09:56 +00:00
v.audacity
b327e510b0 Improvements in Change Pitch effect.
* from and to octave spin controls and cross-updating

* new conversion utilities in PitchName.*

* code simplification, new documentation

* stop a few compiler warnings in FreqWindow.cpp on unused params
2013-06-18 04:35:35 +00:00
martynshaw99
7696ba4602 Steve's fix for a somewhat obscure (non-Bugzilla) bug. 2013-04-22 23:19:34 +00:00
v.audacity
ebb4f530bb Apparently, wxConfigBase::Write() does not update values for next access on all platforms unless Flush() method is called. Added many calls to wxConfigBase::Flush() to make sure the Rad() calls get the right values. 2012-08-02 06:03:19 +00:00
james.k.crook@gmail.com
cd54a2728b Fixed some smart quotes that can cause problems for .po file generation. 2012-03-20 21:59:30 +00:00
james.k.crook@gmail.com
69476e785c Fixed more internationalisation hints. 2012-03-20 15:36:02 +00:00
v.audacity
5ff55f989a Change the name of the "Drawing Spectrum" progress dialog from "FreqWindow" to "Plot Spectrum". I don't think this needs re-translation because that string already exists elsewhere, but "FreqWindow" doesn't mean anything in standard English, so shouldn't be a dialog title, and can't be translated anyway. 2012-02-11 01:28:05 +00:00
james.k.crook@gmail.com
de02dc01c8 More removal of redundant variables (xLast). 2012-02-09 13:21:47 +00:00
james.k.crook@gmail.com
ee6b9b855d Redundant variable removed, and xpos variable created later. 2012-02-09 13:17:49 +00:00
v.audacity
5f5b9778de Fixes per Vigilant Sentry (http://www.vigilantsw.com/)
* Fix memory leaks.

* Add comments about initializations and checking for successful results.

* Add checks for NULL deref.

* Consistency in "TODO" vs "TO-DO" comments!
2012-02-08 05:09:14 +00:00
mchinen
1b77d5608c Bug 149 (P3) Fix transparency issues in the spectrum plotting in FreqWindow.cpp. Patch by Norm C. 2012-01-16 00:50:38 +00:00
martynshaw99
205df6040f Don't normalise on the number of tracks, which previously meant that a signal's spectrum would get lower in amplitude if analysed with silence in another track. Thanks to Mike Walmsley for this. 2011-07-23 00:18:07 +00:00
v.audacity
0ae919f656 Make better discrimination of wxLogMessage, wxLogDebug, and wxLogError usage so user doesn't see lots of irrelevant info in log window, only messages and errors they should need to see. For example, user doesn't need to see every step of loading FFmpeg in release build, only errors, if they occur.
Comment out in FreqWindow.cpp the wxLog* stuff that can just be done with breakpoints ("Starting FreqWindow::Plot()" et al).
2010-08-10 05:13:28 +00:00
ra
e74978ba77 Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00