comparison widgets/PluginParameterBox.h @ 207:a5b3c9f580c1

* Fixes for new Vamp API changes -- I think plugin parameters are not being set correctly yet though
author Chris Cannam
date Mon, 26 Feb 2007 20:08:51 +0000
parents 42118892f428
children 15b8a4bfe855
comparison
equal deleted inserted replaced
206:305c129a2c4f 207:a5b3c9f580c1
59 QComboBox *combo; 59 QComboBox *combo;
60 Vamp::PluginBase::ParameterDescriptor param; 60 Vamp::PluginBase::ParameterDescriptor param;
61 }; 61 };
62 62
63 std::map<QString, ParamRec> m_params; 63 std::map<QString, ParamRec> m_params;
64 std::map<QString, QString> m_descriptionMap; 64 std::map<QString, QString> m_nameMap;
65 }; 65 };
66 66
67 #endif 67 #endif
68 68