diff data/model/SparseTimeValueModel.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 50a956688baa
line wrap: on
line diff
--- a/data/model/SparseTimeValueModel.h	Thu Mar 13 12:41:20 2008 +0000
+++ b/data/model/SparseTimeValueModel.h	Thu Mar 13 14:06:03 2008 +0000
@@ -83,7 +83,7 @@
 	SparseValueModel<TimeValuePoint>(sampleRate, resolution,
 					 notifyOnAdd)
     {
-	PlayParameterRepository::getInstance()->addModel(this);
+        // not yet playable
     }
 
     SparseTimeValueModel(size_t sampleRate, size_t resolution,
@@ -93,7 +93,7 @@
 					 valueMinimum, valueMaximum,
 					 notifyOnAdd)
     {
-	PlayParameterRepository::getInstance()->addModel(this);
+        // not yet playable
     }
 
     QString getTypeName() const { return tr("Sparse Time-Value"); }