changeset 27:65fa1b372648

Include plugin pointer in ConfigurationResponse - otherwise the conversion of ConfigurationResponse to JSON fails
author Chris Cannam
date Mon, 19 Sep 2016 15:52:28 +0100
parents 98be88612dd1
children c250695a784f
files VamPipePluginLibrary.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/VamPipePluginLibrary.cpp	Mon Sep 19 14:48:43 2016 +0100
+++ b/VamPipePluginLibrary.cpp	Mon Sep 19 15:52:28 2016 +0100
@@ -193,6 +193,8 @@
 
     Vamp::HostExt::ConfigurationResponse response;
 
+    response.plugin = req.plugin;
+
     if (req.plugin->initialise(req.configuration.channelCount,
                                req.configuration.stepSize,
                                req.configuration.blockSize)) {