[Audacity-cvs] audacity-src/win/Projects/Audacity Audacity.vcproj, 1.39, 1.40

2009-06-23 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/win/Projects/Audacity In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv17587 Modified Files: Audacity.vcproj Log Message: Add new RealFFTf function, to be used by NoiseRemoval and Equalization effects Index: Audacity.vcproj

[Audacity-cvs] audacity-src/src RealFFTf.h,1.1,1.2

2009-06-23 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18230 Modified Files: RealFFTf.h Log Message: Add new RealFFTf function, to be used by NoiseRemoval and Equalization effects Index: RealFFTf.h

[Audacity-cvs] audacity-src/src RealFFTf.cpp, NONE, 1.1 RealFFTf.h, NONE, 1.1

2009-06-23 Thread Philip Van Baren
data. * * Modified 8/19/1998 by Philip Van Baren * - made the InitializeFFT and EndFFT routines take a structure * holding the length and pointers to the BitReversed and SinTable * tables. * Modified 5/23/2009

[Audacity-cvs] audacity-src/src/effects Equalization.cpp, 1.96, 1.97 Equalization.h, 1.40, 1.41

2009-06-23 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18438 Modified Files: Equalization.cpp Equalization.h Log Message: Change Equalization processing to use new RealFFTf function for improved performance Index: Equalization.cpp

[Audacity-cvs] audacity-src/src FFT.cpp,1.10,1.11

2009-06-24 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv2754 Modified Files: FFT.cpp Log Message: Fix the FFT function to return the sign of the imaginary part according to the standard definition of a DFT (it was previously return the complex

[Audacity-cvs] audacity-src/src RealFFTf.h,1.2,1.3

2009-06-25 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21224 Modified Files: RealFFTf.h Log Message: Add header declaration for CleanupFFT Index: RealFFTf.h === RCS file:

[Audacity-cvs] audacity-src/src WaveClip.cpp,1.49,1.50

2009-07-02 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14387 Modified Files: WaveClip.cpp Log Message: If GetSpectrogram needs to zero-pad BOTH the start and the end of the buffer, there will be a buffer overrun. This change makes sure the

[Audacity-cvs] audacity-src/src Experimental.h, 1.56, 1.57 FFT.cpp, 1.12, 1.13 FFT.h, 1.6, 1.7 FreqWindow.cpp, 1.73, 1.74 Spectrum.cpp, 1.14, 1.15

2009-07-03 Thread Philip Van Baren
diff -u -d -r1.56 -r1.57 --- Experimental.h 24 Jun 2009 20:37:27 - 1.56 +++ Experimental.h 3 Jul 2009 12:37:21 - 1.57 @@ -73,6 +73,10 @@ // Allow keyboard seeking before initial playback position //#define EXPERIMENTAL_SEEK_BEHIND_CURSOR +// Philip Van Baren 01 July

[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
EXPERIMENTAL_SEEK_BEHIND_CURSOR // Philip Van Baren 01 July 2009 -// Replace RealFFT() and PowerSpectrum function to used (faster) RealFFTf function -//#define EXPERIMENTAL_USE_REALFFTF +// Replace RealFFT() and PowerSpectrum function to use (faster) RealFFTf function +#define EXPERIMENTAL_USE_REALFFTF

[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

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

2009-07-08 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src/prefs In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8631 Modified Files: SpectrumPrefs.cpp SpectrumPrefs.h Log Message: Change the frequency gain setting to allow entry of a dB/decade value instead of just a checkbox (it should be

[Audacity-cvs] audacity-src/src WaveClip.cpp,1.53,1.54

2009-07-08 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8754 Modified Files: WaveClip.cpp Log Message: Change the frequency gain setting to allow entry of a dB/decade value instead of just a checkbox (it should be switched to a slider in the

[Audacity-cvs] audacity-src/src/xml XMLWriter.cpp,1.5,1.6

2009-07-13 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src/xml In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12314 Modified Files: XMLWriter.cpp Log Message: Fix bug causing characters 0x80 to 0xFF to be escaped in XML as 0xFF80 to 0x in ANSI release The result is an 'invalid

[Audacity-cvs] audacity-src/src/effects Equalization.cpp, 1.99, 1.100

2009-07-13 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv17102 Modified Files: Equalization.cpp Log Message: Fix P2 EQ Bug - silence at end of EQ Problem occurs when wcopy (mM-1) - there is a buffer overrun when doing the overlap-add,

[Audacity-cvs] audacity-src/src/effects Compressor.h, 1.19, 1.20 Compressor.cpp, 1.47, 1.48 TwoPassSimpleMono.cpp, 1.9, 1.10 TwoPassSimpleMono.h, 1.7, 1.8

2009-07-29 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv3079/src/effects Modified Files: Compressor.h Compressor.cpp TwoPassSimpleMono.cpp TwoPassSimpleMono.h Log Message: Update Compressor effect to avoid blips at block

[Audacity-cvs] audacity-src/src Menus.cpp,1.506,1.507

2009-07-29 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11162/src Modified Files: Menus.cpp Log Message: Remove OnSelectAll from BuildCleanFileName. We already call SelectAllIfNone prior to applying an effect, so this shouldn't be needed. This

[Audacity-cvs] audacity-src/src/effects Compressor.cpp, 1.48, 1.49 Compressor.h, 1.20, 1.21

2009-07-30 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9448/src/effects Modified Files: Compressor.cpp Compressor.h Log Message: Revert to 'make up gain' label Remove unused mLevelCircle variable Remove forced clipping, and allow

[Audacity-cvs] audacity-src/src/effects Compressor.cpp,1.49,1.50

2009-07-30 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10425/src/effects Modified Files: Compressor.cpp Log Message: Increase vertical size of Compressor preferences dialog to make room for the new 'noise floor' slider Index:

[Audacity-cvs] audacity-src/src/effects Compressor.cpp,1.50,1.51

2009-07-30 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11595/src/effects Modified Files: Compressor.cpp Log Message: Add a static box around the sliders Index: Compressor.cpp

[Audacity-cvs] audacity-src/src/effects Compressor.cpp,1.51,1.52

2009-08-03 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21728/src/effects Modified Files: Compressor.cpp Log Message: Change TrackListIterated to SelectedTrackListOfKindIterator to get the max block size of only the selected WaveTracks

[Audacity-cvs] audacity-src/src/effects Compressor.cpp, 1.52, 1.53 Compressor.h, 1.21, 1.22

2009-08-03 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv27642/src/effects Modified Files: Compressor.cpp Compressor.h Log Message: Change default to using RMS-based compression (which was the standard mode prior to adding peak-based

[Audacity-cvs] audacity-src/src Menus.cpp,1.513,1.514

2009-08-08 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv2524/src Modified Files: Menus.cpp Log Message: Move TruncateSilence preferences storage location from /CSPresets/Trunc* to /Effects/TruncateSilence/* Index: Menus.cpp

[Audacity-cvs] audacity-src/src/effects TruncSilence.cpp, 1.26, 1.27

2009-08-08 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv2524/src/effects Modified Files: TruncSilence.cpp Log Message: Move TruncateSilence preferences storage location from /CSPresets/Trunc* to /Effects/TruncateSilence/* Index:

[Audacity-cvs] audacity-src/src/effects TruncSilence.cpp, 1.27, 1.28

2009-08-08 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv5020/src/effects Modified Files: TruncSilence.cpp Log Message: Reduce cross-fade length to be equal to the minimum silence duration when there is a conflict between the two

[Audacity-cvs] audacity-src/src/effects TruncSilence.cpp, 1.30, 1.31

2009-11-09 Thread Philip Van Baren
Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26547/src/effects Modified Files: TruncSilence.cpp Log Message: Fix handling of silent sections which span a block boundary Index: TruncSilence.cpp