diff data/model/WaveFileModel.cpp @ 195:c92a605f6b59

* Wire up the Panner widget in the pane, and do some tidying in Pane
author Chris Cannam
date Thu, 19 Oct 2006 13:05:39 +0000
parents bf1f256864de
children 91fdc752e540
line wrap: on
line diff
--- a/data/model/WaveFileModel.cpp	Thu Oct 19 09:56:53 2006 +0000
+++ b/data/model/WaveFileModel.cpp	Thu Oct 19 13:05:39 2006 +0000
@@ -130,8 +130,8 @@
 
     if (!m_reader || !m_reader->isOK()) return 0;
 
-    std::cerr << "WaveFileModel::getValues(" << channel << ", "
-              << start << ", " << end << "): calling reader" << std::endl;
+//    std::cerr << "WaveFileModel::getValues(" << channel << ", "
+//              << start << ", " << end << "): calling reader" << std::endl;
 
     SampleBlock frames;
     m_reader->getInterleavedFrames(start, end - start, frames);