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

Modified Files:
        WaveTrack.cpp 
Log Message:
problably some undesirable results when working with generators, selections, 
labeltracks and >1 wavetrack.
putting back the old HandleLinkedTracksOnGenerate function but commented its 
call.

Index: WaveTrack.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/WaveTrack.cpp,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- WaveTrack.cpp       19 Jun 2009 15:26:27 -0000      1.153
+++ WaveTrack.cpp       19 Jun 2009 16:50:20 -0000      1.154
@@ -497,7 +497,7 @@
 
    // If duration is 0, then it's just a plain paste
    if (dur == 0.0) {
-      return Paste(t0, src, tracks);
+      return Paste(t0, src);
    }
 
    // Align to a sample
@@ -544,7 +544,6 @@
 
    // Now, clear the selection
    if (Clear(t0, t1, tracks)) {
-
       // And paste in the new data
       if (Paste(t0, src, tracks)) {
          unsigned int i;


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to