diff data/fileio/WavFileReader.cpp @ 188:f86b74d1b143

* Simplify maker names in plugin menu * Make sure derived models have a name (based on the transform) * Don't start deriving a model from a derived model until the derived model is ready * Tidy up completion management in writable wave file model * Make writable models save/reload correctly from session file (i.e. regenerating from the original transform) * Same for dense 3d models -- don't save the data, just the transform details * Add a comment describing the SV file format
author Chris Cannam
date Fri, 13 Oct 2006 12:51:05 +0000
parents 89b05b679dc3
children 91fdc752e540
line wrap: on
line diff
--- a/data/fileio/WavFileReader.cpp	Thu Oct 12 16:10:49 2006 +0000
+++ b/data/fileio/WavFileReader.cpp	Fri Oct 13 12:51:05 2006 +0000
@@ -81,7 +81,7 @@
         }
     }
 
-    std::cerr << "WavFileReader::updateFrameCount: now " << m_fileInfo.frames << std::endl;
+//    std::cerr << "WavFileReader::updateFrameCount: now " << m_fileInfo.frames << std::endl;
 
     m_frameCount = m_fileInfo.frames;