Mercurial > hg > svgui
diff widgets/PluginParameterBox.h @ 62:50429a56680f
* Add plugin parameter dialog, and use it to set up parameters for feature
extraction plugins via a semi-opaque (translucent?) configurationXml string
which is associated with a given transform instance.
This is not yet saved to and restored from the SV file properly.
* Remove no-longer-relevant BeatDetect and BeatDetectionFunction transforms
(replaced a long time ago with the beat detector plugin).
author | Chris Cannam |
---|---|
date | Wed, 22 Mar 2006 17:38:29 +0000 |
parents | 4df1a479bf10 |
children | fb02fe13ff47 |
line wrap: on
line diff
--- a/widgets/PluginParameterBox.h Mon Mar 20 18:42:42 2006 +0000 +++ b/widgets/PluginParameterBox.h Wed Mar 22 17:38:29 2006 +0000 @@ -30,7 +30,7 @@ Q_OBJECT public: - PluginParameterBox(PluginInstance *); + PluginParameterBox(PluginInstance *, QWidget *parent = 0); ~PluginParameterBox(); PluginInstance *getPlugin() { return m_plugin; }