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

Modified Files:
        SBSMSEffect.cpp 
Log Message:
Prevent SBSMS effects (Timescale) joining clips together when start and ending 
rates are the same.



Index: SBSMSEffect.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/SBSMSEffect.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- SBSMSEffect.cpp     16 Aug 2009 14:44:20 -0000      1.14
+++ SBSMSEffect.cpp     3 Sep 2009 19:05:42 -0000       1.15
@@ -260,7 +260,7 @@
                maxDuration = duration;
 
             TimeWarper *warper = NULL;
-            if (mCurT0 == mCurT1)
+            if (rateStart == rateEnd)
             {
                warper = new LinearTimeWarper(mCurT0, mCurT0,
                                              mCurT1, mCurT0+maxDuration);


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

Reply via email to