svapp
1.9
|
#include <TransformUserConfigurator.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) |
Static Public Member Functions | |
static void | setParentWidget (QWidget *) |
Private Member Functions | |
bool | getChannelRange (TransformId identifier, Vamp::PluginBase *plugin, int &min, int &max) |
Definition at line 20 of file TransformUserConfigurator.h.
bool TransformUserConfigurator::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 | ||
) | [virtual] |
!! no longer saved! [was context.channel]
!! The dialog ought to be taking & returning transform
Definition at line 60 of file TransformUserConfigurator.cpp.
References getChannelRange(), and parentWidget.
void TransformUserConfigurator::setParentWidget | ( | QWidget * | w | ) | [static] |
Definition at line 36 of file TransformUserConfigurator.cpp.
References parentWidget.
bool TransformUserConfigurator::getChannelRange | ( | TransformId | identifier, |
Vamp::PluginBase * | plugin, | ||
int & | min, | ||
int & | max | ||
) | [private] |
Definition at line 42 of file TransformUserConfigurator.cpp.
Referenced by configure().