comparison framework/TransformUserConfigurator.h @ 404:08a45e4cf1b1 tonioni

Update subrepos and merge from default branch
author Chris Cannam
date Tue, 02 Sep 2014 16:23:48 +0100
parents ad168a6510f0
children 167fe01d5631
comparison
equal deleted inserted replaced
384:ad33fdc4ad92 404:08a45e4cf1b1
31 int duration, 31 int duration,
32 const QMap<QString, Model *> &modelMap, 32 const QMap<QString, Model *> &modelMap,
33 QStringList candidateModelNames, 33 QStringList candidateModelNames,
34 QString defaultModelName); 34 QString defaultModelName);
35 35
36 static void setParentWidget(QWidget *);
37
36 private: 38 private:
37 bool getChannelRange(TransformId identifier, 39 bool getChannelRange(TransformId identifier,
38 Vamp::PluginBase *plugin, int &min, int &max); 40 Vamp::PluginBase *plugin, int &min, int &max);
39 41
40 }; 42 };