diff framework/TransformUserConfigurator.h @ 685:7540733f5480 by-id

Overhaul SV file reader etc
author Chris Cannam
date Thu, 04 Jul 2019 14:31:22 +0100
parents 26a0cb8335e3
children 846970dbef17
line wrap: on
line diff
--- a/framework/TransformUserConfigurator.h	Wed Jul 03 14:21:05 2019 +0100
+++ b/framework/TransformUserConfigurator.h	Thu Jul 04 14:31:22 2019 +0100
@@ -23,15 +23,15 @@
     // This is of course absolutely gross
 
     bool configure(ModelTransformer::Input &input,
-                           Transform &transform,
-                           Vamp::PluginBase *plugin,
-                           Model *&inputModel,
-                           AudioPlaySource *source,
-                           sv_frame_t startFrame,
-                           sv_frame_t duration,
-                           const QMap<QString, Model *> &modelMap,
-                           QStringList candidateModelNames,
-                           QString defaultModelName) override;
+                   Transform &transform,
+                   Vamp::PluginBase *plugin,
+                   ModelId &inputModel,
+                   AudioPlaySource *source,
+                   sv_frame_t startFrame,
+                   sv_frame_t duration,
+                   const QMap<QString, ModelId> &modelMap,
+                   QStringList candidateModelNames,
+                   QString defaultModelName) override;
 
     static void setParentWidget(QWidget *);