Mercurial > hg > svgui
diff widgets/PropertyBox.h @ 769:336ccf8fc3f8 tony_integration
Restore selection of playback sample for note layers. Also default to new elecpiano clip.
author | Chris Cannam |
---|---|
date | Wed, 07 May 2014 16:51:04 +0100 |
parents | 461a600ff26d |
children | ed99d432dc57 |
line wrap: on
line diff
--- a/widgets/PropertyBox.h Wed May 07 15:12:57 2014 +0100 +++ b/widgets/PropertyBox.h Wed May 07 16:51:04 2014 +0100 @@ -47,7 +47,7 @@ public slots: void propertyContainerPropertyChanged(PropertyContainer *); void propertyContainerPropertyRangeChanged(PropertyContainer *); -//!!! void pluginConfigurationChanged(QString); + void playClipChanged(QString); void layerVisibilityChanged(bool); protected slots: @@ -66,7 +66,7 @@ void unitDatabaseChanged(); void colourDatabaseChanged(); -//!!! void editPlugin(); + void editPlayParameters(); void mouseEnteredWidget(); void mouseLeftWidget();