diff 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
line wrap: on
line diff
--- a/base/Layer.h	Tue Feb 14 17:43:14 2006 +0000
+++ b/base/Layer.h	Wed Feb 15 17:58:35 2006 +0000
@@ -203,6 +203,8 @@
      */
     virtual void setLayerDormant() { }
 
+    virtual PlayParameters *getPlayParameters() const;
+
 signals:
     void modelChanged();
     void modelCompletionChanged();