Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
332:13e5870040e6 | 333:1afaf98dbf11 |
---|---|
45 | 45 |
46 size_t getFrameCount() const; | 46 size_t getFrameCount() const; |
47 size_t getChannelCount() const; | 47 size_t getChannelCount() const; |
48 size_t getSampleRate() const; | 48 size_t getSampleRate() const; |
49 size_t getNativeRate() const; | 49 size_t getNativeRate() const; |
50 | |
51 QString getTitle() const; | |
52 QString getMaker() const; | |
50 | 53 |
51 virtual Model *clone() const; | 54 virtual Model *clone() const; |
52 | 55 |
53 float getValueMinimum() const { return -1.0f; } | 56 float getValueMinimum() const { return -1.0f; } |
54 float getValueMaximum() const { return 1.0f; } | 57 float getValueMaximum() const { return 1.0f; } |