traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso/src/core Song.cpp


From: Nicola Doebelin
Subject: [Traverso-commit] traverso/src/core Song.cpp
Date: Thu, 17 May 2007 07:18:48 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Nicola Doebelin <n_doebelin>    07/05/17 07:18:48

Modified files:
        src/core       : Song.cpp 

Log message:
        Removed pre-gap support for cdrdao export (as discussed)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/core/Song.cpp?cvsroot=traverso&r1=1.99&r2=1.100

Patches:
Index: Song.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/core/Song.cpp,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -b -r1.99 -r1.100
--- Song.cpp    17 May 2007 06:55:42 -0000      1.99
+++ Song.cpp    17 May 2007 07:18:48 -0000      1.100
@@ -890,10 +890,11 @@
                                // and at the end of the render area. But we 
must check if 
                                // the present marker happens to be at one of 
these positions.
 
-                               // The commented part now goes into the 
pregap, thus it is deactivated here
-//                             if (mlist.at(0)->get_when() != 
spec->start_frame) {
-//                                     mlist.append(new Marker(m_timeline, 
spec->start_frame, Marker::TEMP_CDTRACK));
-//                             }
+                               // deactivate the next if-condition (only the 
first one) if you want the
+                               // stuff before the first marker to go into the 
pre-gap
+                               if (mlist.at(0)->get_when() != 
spec->start_frame) {
+                                       mlist.append(new Marker(m_timeline, 
spec->start_frame, Marker::TEMP_CDTRACK));
+                               }
                                if (mlist.at(0)->get_when() != spec->end_frame) 
{
                                        mlist.append(new Marker(m_timeline, 
spec->end_frame, Marker::TEMP_ENDMARKER));
                                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]