# HG changeset patch # User Chris Cannam # Date 1586279093 -3600 # Node ID c9f63ca1914d7aaaebb6390fe27aa29d3c7894be # Parent 09753ad777dbdba253f8353f7ffa799d1d0ddcfc Fix overlooked constructor call diff -r 09753ad777db -r c9f63ca1914d vamp-client/CapnpRRClient.h --- a/vamp-client/CapnpRRClient.h Tue Apr 07 15:56:02 2020 +0100 +++ b/vamp-client/CapnpRRClient.h Tue Apr 07 18:04:53 2020 +0100 @@ -195,7 +195,8 @@ req.inputSampleRate, req.adapterFlags, resp.staticData, - resp.defaultConfiguration); + resp.defaultConfiguration, + resp.programParameters); m_mapper.addPlugin(handle, plugin);