Mercurial > hg > svcore
comparison base/Layer.h @ 28:4b16526b011b
* Add LED button
* Add note model playback (currently assuming that value == MIDI pitch)
* Reorganise PlayParameters and move repository from ViewManager to new
PlayParameterRepository class
author | Chris Cannam |
---|---|
date | Wed, 15 Feb 2006 17:58:35 +0000 |
parents | 090c22aa726a |
children | 8460b3bf8f04 |
comparison
equal
deleted
inserted
replaced
27:070e9e1e40ea | 28:4b16526b011b |
---|---|
201 * layer may respond by (for example) freeing any cache memory it | 201 * layer may respond by (for example) freeing any cache memory it |
202 * is using, until next time its paint method is called. | 202 * is using, until next time its paint method is called. |
203 */ | 203 */ |
204 virtual void setLayerDormant() { } | 204 virtual void setLayerDormant() { } |
205 | 205 |
206 virtual PlayParameters *getPlayParameters() const; | |
207 | |
206 signals: | 208 signals: |
207 void modelChanged(); | 209 void modelChanged(); |
208 void modelCompletionChanged(); | 210 void modelCompletionChanged(); |
209 void modelChanged(size_t startFrame, size_t endFrame); | 211 void modelChanged(size_t startFrame, size_t endFrame); |
210 void modelReplaced(); | 212 void modelReplaced(); |