Mercurial > hg > svgui
diff widgets/PluginParameterBox.h @ 74:195ad6178ef8
* Support latest changes to Vamp API (value names for parameters, FFT
alignment, value -> bin terminology change)
author | Chris Cannam |
---|---|
date | Wed, 05 Apr 2006 16:52:30 +0000 |
parents | 72fa239a4880 |
children | 53b9c7656798 |
line wrap: on
line diff
--- a/widgets/PluginParameterBox.h Mon Apr 03 17:18:27 2006 +0000 +++ b/widgets/PluginParameterBox.h Wed Apr 05 16:52:30 2006 +0000 @@ -25,6 +25,7 @@ class QDoubleSpinBox; class QCheckBox; class QGridLayout; +class QComboBox; class PluginParameterBox : public QFrame { @@ -55,6 +56,7 @@ AudioDial *dial; QDoubleSpinBox *spin; QCheckBox *check; + QComboBox *combo; Vamp::PluginBase::ParameterDescriptor param; };