# HG changeset patch # User Chris Cannam # Date 1474296748 -3600 # Node ID 65fa1b3726486e9b08dc77454e90c40f34b1c1f2 # Parent 98be88612dd16c3ccb5c73d595b40ce67cf3f1c9 Include plugin pointer in ConfigurationResponse - otherwise the conversion of ConfigurationResponse to JSON fails diff -r 98be88612dd1 -r 65fa1b372648 VamPipePluginLibrary.cpp --- 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)) {