Mercurial > hg > svapp
comparison framework/TransformUserConfigurator.h @ 214:15057cf59da5
* Appalling fix for failure to pick up correct user-specified input model
author | Chris Cannam |
---|---|
date | Mon, 25 Oct 2010 21:15:24 +0200 |
parents | a3fbd52031a5 |
children | 0876ea394902 |
comparison
equal
deleted
inserted
replaced
213:eed79c69be61 | 214:15057cf59da5 |
---|---|
23 // This is of course absolutely gross | 23 // This is of course absolutely gross |
24 | 24 |
25 virtual bool configure(ModelTransformer::Input &input, | 25 virtual bool configure(ModelTransformer::Input &input, |
26 Transform &transform, | 26 Transform &transform, |
27 Vamp::PluginBase *plugin, | 27 Vamp::PluginBase *plugin, |
28 Model *inputModel, | 28 Model *&inputModel, |
29 AudioPlaySource *source, | 29 AudioPlaySource *source, |
30 size_t startFrame, | 30 size_t startFrame, |
31 size_t duration, | 31 size_t duration, |
32 const QMap<QString, Model *> &modelMap, | 32 const QMap<QString, Model *> &modelMap, |
33 QStringList candidateModelNames, | 33 QStringList candidateModelNames, |