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

Modified Files:
        Mix.cpp 
Log Message:
Need to copy enough samples!

Index: Mix.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Mix.cpp,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- Mix.cpp     26 Sep 2006 22:39:04 -0000      1.58
+++ Mix.cpp     1 Oct 2006 18:35:59 -0000       1.59
@@ -493,7 +493,7 @@
          maxOut = out;
    }
    for(int c=0; c<mNumBuffers; c++)
-      CopySamples(mTemp[c], floatSample, mBuffer[c], mFormat, out);
+      CopySamples(mTemp[c], floatSample, mBuffer[c], mFormat, 
out*mNumChannels);
 
    mT += (maxOut / mRate);
 


-------------------------------------------------------------------------
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