changeset 288:c9f63ca1914d

Fix overlooked constructor call
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 07 Apr 2020 18:04:53 +0100
parents 09753ad777db
children 26027c3a99a0
files vamp-client/CapnpRRClient.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);