changeset 707:461a600ff26d tonioni

Toward using a sample mixer (with arbitrary frequency target) instead of dssi player plugin
author Chris Cannam
date Tue, 07 Jan 2014 10:57:53 +0000
parents 52e5f6fe31ad
children 1c4bbf8952bc
files widgets/PropertyBox.cpp widgets/PropertyBox.h
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/widgets/PropertyBox.cpp	Wed Dec 04 19:38:12 2013 +0000
+++ b/widgets/PropertyBox.cpp	Tue Jan 07 10:57:53 2014 +0000
@@ -188,6 +188,7 @@
 
 	layout->insertStretch(-1, 10);
 
+/*!!! todo: restore playback sample selection
         if (params->getPlayPluginId() != "") {
             QPushButton *pluginButton = new QPushButton(QIcon(":icons/faders.png"), "");
             pluginButton->setFixedWidth(24);
@@ -196,6 +197,7 @@
             connect(pluginButton, SIGNAL(clicked()),
                     this, SLOT(editPlugin()));
         }
+*/
 
 	AudioDial *gainDial = new AudioDial;
 	layout->addWidget(gainDial);
@@ -742,7 +744,7 @@
 
     updateContextHelp(obj);
 }
-
+/*!!! todo: restore playback sample selection
 void
 PropertyBox::editPlugin()
 {
@@ -794,7 +796,7 @@
 
     params->setPlayPluginConfiguration(configurationXml);
 }    
-
+*/
 void
 PropertyBox::layerVisibilityChanged(bool visible)
 {
--- a/widgets/PropertyBox.h	Wed Dec 04 19:38:12 2013 +0000
+++ b/widgets/PropertyBox.h	Tue Jan 07 10:57:53 2014 +0000
@@ -47,7 +47,7 @@
 public slots:
     void propertyContainerPropertyChanged(PropertyContainer *);
     void propertyContainerPropertyRangeChanged(PropertyContainer *);
-    void pluginConfigurationChanged(QString);
+//!!!    void pluginConfigurationChanged(QString);
     void layerVisibilityChanged(bool);
 
 protected slots:
@@ -66,7 +66,7 @@
     void unitDatabaseChanged();
     void colourDatabaseChanged();
 
-    void editPlugin();
+//!!!    void editPlugin();
 
     void mouseEnteredWidget();
     void mouseLeftWidget();