Mercurial > hg > svapp
comparison framework/TransformUserConfigurator.cpp @ 437:167fe01d5631 cxx11
More type fixes. We now build with -Wconversion, on this platform (64-bit Linux) at least.
author | Chris Cannam |
---|---|
date | Tue, 10 Mar 2015 17:23:45 +0000 |
parents | 72c662fe7ea3 |
children | 7a3fa603190e |
comparison
equal
deleted
inserted
replaced
436:72c662fe7ea3 | 437:167fe01d5631 |
---|---|
60 TransformUserConfigurator::configure(ModelTransformer::Input &input, | 60 TransformUserConfigurator::configure(ModelTransformer::Input &input, |
61 Transform &transform, | 61 Transform &transform, |
62 Vamp::PluginBase *plugin, | 62 Vamp::PluginBase *plugin, |
63 Model *&inputModel, | 63 Model *&inputModel, |
64 AudioPlaySource *source, | 64 AudioPlaySource *source, |
65 int startFrame, | 65 sv_frame_t startFrame, |
66 int duration, | 66 sv_frame_t duration, |
67 const QMap<QString, Model *> &modelMap, | 67 const QMap<QString, Model *> &modelMap, |
68 QStringList candidateModelNames, | 68 QStringList candidateModelNames, |
69 QString defaultModelName) | 69 QString defaultModelName) |
70 { | 70 { |
71 bool ok = false; | 71 bool ok = false; |