traverso-commit
[Top][All Lists]
Advanced

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

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


From: Remon Sijrier
Subject: [Traverso-commit] traverso/src/core AudioClip.cpp
Date: Sat, 01 Dec 2007 23:52:46 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       07/12/01 23:52:46

Modified files:
        src/core       : AudioClip.cpp 

Log message:
        fix typo in comment

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/core/AudioClip.cpp?cvsroot=traverso&r1=1.157&r2=1.158

Patches:
Index: AudioClip.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/core/AudioClip.cpp,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -b -r1.157 -r1.158
--- AudioClip.cpp       1 Dec 2007 23:45:51 -0000       1.157
+++ AudioClip.cpp       1 Dec 2007 23:52:46 -0000       1.158
@@ -436,7 +436,7 @@
                if (transportLocation < m_trackStartLocation) {
                        // Using to_frame() for both the m_trackStartLocation 
and transportLocation seems to round 
                        // better then using (m_trackStartLocation - 
transportLocation).to_frame()
-                       // TODO : fine out why!
+                       // TODO : find out why!
                        uint offset = 
(m_trackStartLocation).to_frame(outputRate) - 
transportLocation.to_frame(outputRate);
                        mix_pos = m_sourceStartLocation;
 //                     printf("offset %d\n", offset);
@@ -457,7 +457,7 @@
                if (m_trackEndLocation < upperRange) {
                        // Using to_frame() for both the upperRange and 
m_trackEndLocation seems to round 
                        // better then using (upperRange - 
m_trackEndLocation).to_frame()
-                       // TODO : fine out why!
+                       // TODO : find out why!
                        framesToProcess -= upperRange.to_frame(outputRate) - 
m_trackEndLocation.to_frame(outputRate);
 //                     printf("if (m_trackEndLocation < upperRange): 
framesToProcess %d\n", framesToProcess);
                }




reply via email to

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