diff data/model/Model.h @ 391:5858cc462d0a

* Fix #1628781 changes to layer visibility and mute should use a command * Also use a command for changes to layer playback pan, gain, plugin settings * Refactor PlayParameterRepository to remove dependency on audioio from base * Fix failure to save play parameters for main model in session file
author Chris Cannam
date Thu, 13 Mar 2008 14:06:03 +0000
parents 700cd3350391
children 88ad01799040
line wrap: on
line diff
--- a/data/model/Model.h	Thu Mar 13 12:41:20 2008 +0000
+++ b/data/model/Model.h	Thu Mar 13 14:06:03 2008 +0000
@@ -20,6 +20,7 @@
 #include <QObject>
 
 #include "base/XmlExportable.h"
+#include "base/Playable.h"
 
 typedef std::vector<float> SampleBlock;
 
@@ -32,7 +33,8 @@
  */
 
 class Model : public QObject,
-	      public XmlExportable
+	      public XmlExportable,
+              public Playable
 {
     Q_OBJECT