diff data/fileio/WavFileReader.h @ 175:b0f4555b625e

* Introduce WritableWaveFileModel, and use it as an output model for audio real-time plugin transforms. Updates aren't working correctly yet.
author Chris Cannam
date Tue, 03 Oct 2006 14:17:37 +0000
parents c03ec31005e1
children 570794f6f6a7
line wrap: on
line diff
--- a/data/fileio/WavFileReader.h	Tue Oct 03 10:06:37 2006 +0000
+++ b/data/fileio/WavFileReader.h	Tue Oct 03 14:17:37 2006 +0000
@@ -40,6 +40,8 @@
     
     static void getSupportedExtensions(std::set<QString> &extensions);
 
+    void updateFrameCount();
+
 protected:
     SF_INFO m_fileInfo;
     SNDFILE *m_file;