Mercurial > hg > svcore
diff data/model/WaveFileModel.h @ 333:1afaf98dbf11
* Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
* Add ability to show work title + artist in top-left of pane (thinking of Vect
but may be useful in SV in future)
* A few other generalisations useful for Vect
author | Chris Cannam |
---|---|
date | Fri, 09 Nov 2007 17:46:58 +0000 |
parents | c324d410b096 |
children | 700cd3350391 6f6ab834449d |
line wrap: on
line diff
--- a/data/model/WaveFileModel.h Wed Nov 07 14:53:12 2007 +0000 +++ b/data/model/WaveFileModel.h Fri Nov 09 17:46:58 2007 +0000 @@ -48,6 +48,9 @@ size_t getSampleRate() const; size_t getNativeRate() const; + QString getTitle() const; + QString getMaker() const; + virtual Model *clone() const; float getValueMinimum() const { return -1.0f; }