Update of /cvsroot/audacity/audacity-src/src/effects/nyquist
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29331/src/effects/nyquist

Modified Files:
        Nyquist.cpp 
Log Message:
Corrects the excessive memory usage when running Nyquist effects and introduces 
the *audacity-plugin-result-length* variable to allow "generate" type of 
plugins to supply the expected output length of the sound.

Index: Nyquist.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/nyquist/Nyquist.cpp,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- Nyquist.cpp 12 Sep 2009 06:49:56 -0000      1.83
+++ Nyquist.cpp 18 Sep 2009 08:18:49 -0000      1.84
@@ -827,7 +827,7 @@
          mProgressIn = progress;
       }
 
-      if (TotalProgress(mProgressIn+mProgressTot)) {
+      if (TotalProgress(mProgressIn+mProgressOut+mProgressTot)) {
          return -1;
       }
    }


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to