Mercurial > hg > svcore
diff data/fileio/WavFileWriter.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 | f8cf055dbf34 |
children | 920e3880f7b4 |
line wrap: on
line diff
--- a/data/fileio/WavFileWriter.h Tue Oct 03 10:06:37 2006 +0000 +++ b/data/fileio/WavFileWriter.h Tue Oct 03 14:17:37 2006 +0000 @@ -33,6 +33,8 @@ virtual QString getError() const; + QString getPath() const { return m_path; } + bool writeModel(DenseTimeValueModel *source, MultiSelection *selection = 0);