Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv11648/src

Modified Files:
        FreqWindow.cpp 
Log Message:
Made the Cepstrum mode active.  I don't know if it behaves correctly. 1.39 made 
it selectable, I just made it useable.

Index: FreqWindow.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/FreqWindow.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- FreqWindow.cpp      6 Dec 2006 01:08:10 -0000       1.42
+++ FreqWindow.cpp      6 Dec 2006 23:53:22 -0000       1.43
@@ -833,7 +833,7 @@
    (mSizeChoice->GetStringSelection()).ToLong(&windowSize);
 
    if (!(windowSize >= 32 && windowSize <= 65536 &&
-         alg >= 0 && alg <= 3 && windowFunc >= 0 && windowFunc <= 9)) {
+         alg >= 0 && alg <= 4 && windowFunc >= 0 && windowFunc <= 9)) {
       mFreqPlot->Refresh(true);
       return;
    }


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to