svcore
1.9
|
#include <ModelTransformerFactory.h>
Public Member Functions | |
virtual bool | configure (ModelTransformer::Input &input, Transform &transform, Vamp::PluginBase *plugin, Model *&inputModel, AudioPlaySource *source, int startFrame, int duration, const QMap< QString, Model * > &modelMap, QStringList candidateModelNames, QString defaultModelName)=0 |
Definition at line 43 of file ModelTransformerFactory.h.
virtual bool ModelTransformerFactory::UserConfigurator::configure | ( | ModelTransformer::Input & | input, |
Transform & | transform, | ||
Vamp::PluginBase * | plugin, | ||
Model *& | inputModel, | ||
AudioPlaySource * | source, | ||
int | startFrame, | ||
int | duration, | ||
const QMap< QString, Model * > & | modelMap, | ||
QStringList | candidateModelNames, | ||
QString | defaultModelName | ||
) | [pure virtual] |
Referenced by ModelTransformerFactory::getConfigurationForTransform().