Mercurial > hg > svapp
comparison framework/TransformUserConfigurator.cpp @ 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 | 67cea66bd588 |
comparison
equal
deleted
inserted
replaced
213:eed79c69be61 | 214:15057cf59da5 |
---|---|
50 | 50 |
51 bool | 51 bool |
52 TransformUserConfigurator::configure(ModelTransformer::Input &input, | 52 TransformUserConfigurator::configure(ModelTransformer::Input &input, |
53 Transform &transform, | 53 Transform &transform, |
54 Vamp::PluginBase *plugin, | 54 Vamp::PluginBase *plugin, |
55 Model *inputModel, | 55 Model *&inputModel, |
56 AudioPlaySource *source, | 56 AudioPlaySource *source, |
57 size_t startFrame, | 57 size_t startFrame, |
58 size_t duration, | 58 size_t duration, |
59 const QMap<QString, Model *> &modelMap, | 59 const QMap<QString, Model *> &modelMap, |
60 QStringList candidateModelNames, | 60 QStringList candidateModelNames, |