Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
174:f8cf055dbf34 | 175:b0f4555b625e |
---|---|
31 | 31 |
32 bool isOK() const; | 32 bool isOK() const; |
33 | 33 |
34 virtual QString getError() const; | 34 virtual QString getError() const; |
35 | 35 |
36 QString getPath() const { return m_path; } | |
37 | |
36 bool writeModel(DenseTimeValueModel *source, | 38 bool writeModel(DenseTimeValueModel *source, |
37 MultiSelection *selection = 0); | 39 MultiSelection *selection = 0); |
38 | 40 |
39 bool writeSamples(float **samples, size_t count); // count per channel | 41 bool writeSamples(float **samples, size_t count); // count per channel |
40 | 42 |