Mercurial > hg > svcore
comparison data/model/WritableWaveFileModel.h @ 288:7b96b3bd4bae
* Fix #1757772 tempo, dynamic related plug-ins bug -- make auto-align
only auto-align if there is a unit involved
* Fix #1755366 text layer bug in retrieved session
* Fix input model selection in plugin parameter dialog (was being ignored)
* Use lighter background than the standard widget one for panes (assuming the
widget background is light but not white) -- similarly darker if dark
* Fix colour reference counting in loaded session in SingleColourLayer
* Reset overview pane colour when switching dark background on or off
author | Chris Cannam |
---|---|
date | Tue, 14 Aug 2007 13:58:53 +0000 |
parents | 185454896a76 |
children | 5877d68815c7 |
comparison
equal
deleted
inserted
replaced
287:557e00480279 | 288:7b96b3bd4bae |
---|---|
73 | 73 |
74 virtual void toXml(QTextStream &out, | 74 virtual void toXml(QTextStream &out, |
75 QString indent = "", | 75 QString indent = "", |
76 QString extraAttributes = "") const; | 76 QString extraAttributes = "") const; |
77 | 77 |
78 virtual QString toXmlString(QString indent = "", | |
79 QString extraAttributes = "") const; | |
80 | |
81 protected: | 78 protected: |
82 WaveFileModel *m_model; | 79 WaveFileModel *m_model; |
83 WavFileWriter *m_writer; | 80 WavFileWriter *m_writer; |
84 WavFileReader *m_reader; | 81 WavFileReader *m_reader; |
85 size_t m_sampleRate; | 82 size_t m_sampleRate; |