Mercurial > hg > svgui
diff widgets/PluginParameterDialog.cpp @ 71:72fa239a4880
* Modify to use Vamp SDK for proper feature extraction plugins.
Requires that the vamp-plugin-sdk directory tree be present below
plugin/ (it's separate in Subversion).
author | Chris Cannam |
---|---|
date | Fri, 31 Mar 2006 15:56:35 +0000 |
parents | 6dad2724f3aa |
children | 1d176af87056 |
line wrap: on
line diff
--- a/widgets/PluginParameterDialog.cpp Thu Mar 30 15:00:22 2006 +0000 +++ b/widgets/PluginParameterDialog.cpp Fri Mar 31 15:56:35 2006 +0000 @@ -25,7 +25,7 @@ #include <QMessageBox> #include <QComboBox> -PluginParameterDialog::PluginParameterDialog(PluginInstance *plugin, +PluginParameterDialog::PluginParameterDialog(Vamp::PluginBase *plugin, int sourceChannels, int targetChannels, int defaultChannel,