traverso-commit
[Top][All Lists]
Advanced

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

[Traverso-commit] traverso/src/core DiskIO.cpp ReadSource.cpp


From: Remon Sijrier
Subject: [Traverso-commit] traverso/src/core DiskIO.cpp ReadSource.cpp
Date: Wed, 18 Jul 2007 13:39:57 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       07/07/18 13:39:57

Modified files:
        src/core       : DiskIO.cpp ReadSource.cpp 

Log message:
        removed MonoReader.h includes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/core/DiskIO.cpp?cvsroot=traverso&r1=1.39&r2=1.40
http://cvs.savannah.gnu.org/viewcvs/traverso/src/core/ReadSource.cpp?cvsroot=traverso&r1=1.40&r2=1.41

Patches:
Index: DiskIO.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/core/DiskIO.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- DiskIO.cpp  18 Jul 2007 13:13:05 -0000      1.39
+++ DiskIO.cpp  18 Jul 2007 13:39:57 -0000      1.40
@@ -70,7 +70,6 @@
 
 #include "AudioSource.h"
 #include "ReadSource.h"
-#include "MonoReader.h"
 #include "WriteSource.h"
 #include "AudioDevice.h"
 #include "RingBuffer.h"

Index: ReadSource.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/core/ReadSource.cpp,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- ReadSource.cpp      18 Jul 2007 13:13:06 -0000      1.40
+++ ReadSource.cpp      18 Jul 2007 13:39:57 -0000      1.41
@@ -20,7 +20,6 @@
 */
 
 #include "ReadSource.h"
-#include "MonoReader.h"
 #include "AbstractAudioReader.h"
 
 #include "Peak.h"
@@ -143,7 +142,7 @@
        
        Project* project = pm().get_project();
        
-       // Fake the samplerate, until it's set by a MonoReader!
+       // Fake the samplerate, until it's set by an AudioReader!
        m_rate = project->get_rate();
        
        if (m_silent) {
@@ -431,7 +430,7 @@
                if ( (int) (m_length - m_rbFileReadPos) <= m_chunkSize) {
                        toRead = m_length - m_rbFileReadPos;
                } else {
-                       printf("MonoReader:: chunkCount == 0, but not at end of 
file, this shouldn't happen!!\n");
+                       printf("ReadSource:: chunkCount == 0, but not at end of 
file, this shouldn't happen!!\n");
                        return;
                }
        }




reply via email to

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