Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30043/src/effects
Modified Files: Generator.cpp Log Message: In Generator::Process(), useHandlePaste argument to WaveTrack::ClearAndPaste() was backwards Index: Generator.cpp =================================================================== RCS file: /cvsroot/audacity/audacity-src/src/effects/Generator.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Generator.cpp 16 Aug 2009 14:44:20 -0000 1.12 +++ Generator.cpp 4 Nov 2009 00:19:35 -0000 1.13 @@ -77,7 +77,7 @@ SetTimeWarper(new StepTimeWarper(mT1, mDuration-mT1)); bGoodResult = track->ClearAndPaste(mT0, mT1, tmp, true, false, mOutputTracks, - false, first, GetTimeWarper()); + false, !first, GetTimeWarper()); if (first) { first = false; } ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Audacity-cvs mailing list Audacity-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/audacity-cvs