Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
70:bf306158803d | 71:72fa239a4880 |
---|---|
23 #include <QHBoxLayout> | 23 #include <QHBoxLayout> |
24 #include <QPushButton> | 24 #include <QPushButton> |
25 #include <QMessageBox> | 25 #include <QMessageBox> |
26 #include <QComboBox> | 26 #include <QComboBox> |
27 | 27 |
28 PluginParameterDialog::PluginParameterDialog(PluginInstance *plugin, | 28 PluginParameterDialog::PluginParameterDialog(Vamp::PluginBase *plugin, |
29 int sourceChannels, | 29 int sourceChannels, |
30 int targetChannels, | 30 int targetChannels, |
31 int defaultChannel, | 31 int defaultChannel, |
32 QWidget *parent) : | 32 QWidget *parent) : |
33 QDialog(parent), | 33 QDialog(parent), |