diff data/model/WaveFileModel.cpp @ 193:bf1f256864de

* A start to a panner widget to go with thumbwheels
author Chris Cannam
date Wed, 18 Oct 2006 16:38:30 +0000
parents f86b74d1b143
children c92a605f6b59
line wrap: on
line diff
--- a/data/model/WaveFileModel.cpp	Tue Oct 17 18:54:04 2006 +0000
+++ b/data/model/WaveFileModel.cpp	Wed Oct 18 16:38:30 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);