Mercurial > hg > svapp
diff framework/TransformUserConfigurator.cpp @ 370:a1b8b6a2cdfc tonioni
Merge from branch warnfix_no_size_t
author | Chris Cannam |
---|---|
date | Wed, 18 Jun 2014 13:42:37 +0100 |
parents | 0876ea394902 |
children | ad168a6510f0 |
line wrap: on
line diff
--- a/framework/TransformUserConfigurator.cpp Mon Jun 16 09:28:12 2014 +0100 +++ b/framework/TransformUserConfigurator.cpp Wed Jun 18 13:42:37 2014 +0100 @@ -54,8 +54,8 @@ Vamp::PluginBase *plugin, Model *&inputModel, AudioPlaySource *source, - size_t startFrame, - size_t duration, + int startFrame, + int duration, const QMap<QString, Model *> &modelMap, QStringList candidateModelNames, QString defaultModelName) @@ -201,7 +201,7 @@ } } - size_t stepSize = 0, blockSize = 0; + int stepSize = 0, blockSize = 0; WindowType windowType = HanningWindow; dialog->getProcessingParameters(stepSize,