[Audacity-cvs] audacity-src/src/widgets Meter.cpp,1.42,1.43

2009-07-06 Thread Gale Andrews
Update of /cvsroot/audacity/audacity-src/src/widgets In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4172 Modified Files: Meter.cpp Log Message: fix typo in (and shorten) Meter Preferences text Index: Meter.cpp ===

[Audacity-cvs] audacity-src/src FileNames.h,1.13,1.14

2009-07-06 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8364/src Modified Files: FileNames.h Log Message: Added foreward-declaration to keep GCC happy Index: FileNames.h === RCS

[Audacity-cvs] audacity-src/src BatchCommands.cpp, 1.35, 1.36 Menus.cpp, 1.495, 1.496 Menus.h, 1.137, 1.138 Project.h, 1.155, 1.156

2009-07-06 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11017/src Modified Files: BatchCommands.cpp Menus.cpp Menus.h Project.h Log Message: Making batch chains undoable in one step. I had to make AudacityProject::PushState public, and I added

[Audacity-cvs] audacity-src/src/effects ChangeSpeed.cpp, 1.61, 1.62 Effect.cpp, 1.83, 1.84 Effect.h, 1.50, 1.51 SBSMSEffect.cpp, 1.11, 1.12 SoundTouchEffect.cpp, 1.25, 1.26 SoundTouchEffect.h, 1.7, 1.

2009-07-06 Thread André Pinto
Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19022 Modified Files: ChangeSpeed.cpp Effect.cpp Effect.h SBSMSEffect.cpp SoundTouchEffect.cpp SoundTouchEffect.h Log Message: Fix of P2 - Crash applying non-zero Speed,

[Audacity-cvs] audacity-src/src WaveClip.cpp, 1.50, 1.51 WaveClip.h, 1.36, 1.37

2009-07-06 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv965 Modified Files: WaveClip.cpp WaveClip.h Log Message: Add (experimental) use of RealFFTf functions for computing Spectrogram for improved performance Index: WaveClip.h

[Audacity-cvs] audacity-src/src Experimental.h,1.57,1.58

2009-07-06 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1536 Modified Files: Experimental.h Log Message: Enable EXPERIMENTAL_USE_REALFFTF by default Index: Experimental.h === RCS

[Audacity-cvs] audacity-src/src FFT.cpp,1.13,1.14

2009-07-06 Thread Richard Ash
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv5647 Modified Files: FFT.cpp Log Message: Case of the #include matters on case sensitive file systems! Index: FFT.cpp ===

[Audacity-cvs] audacity-src/src FreqWindow.cpp,1.74,1.75

2009-07-06 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8825 Modified Files: FreqWindow.cpp Log Message: Set 'plot spectrum' scale factor such that amplitude 1.0 sine wave shows 0dB in the frequency spectrum Set sane lower limit on

[Audacity-cvs] audacity-src/src TrackArtist.cpp, 1.151, 1.152 WaveClip.cpp, 1.52, 1.53

2009-07-06 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11911 Modified Files: TrackArtist.cpp WaveClip.cpp Log Message: Add configurable gain and range for the spectrogram display Index: WaveClip.cpp

[Audacity-cvs] audacity-src/src/prefs SpectrumPrefs.cpp, 1.30, 1.31 SpectrumPrefs.h, 1.16, 1.17

2009-07-06 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src/prefs In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12187 Modified Files: SpectrumPrefs.cpp SpectrumPrefs.h Log Message: Add preference configuration for spectrogram scaling Index: SpectrumPrefs.h