diff vamp-client/CapnpRRClient.h @ 288:c9f63ca1914d

Fix overlooked constructor call
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 07 Apr 2020 18:04:53 +0100
parents 3db4c7998faf
children 26027c3a99a0
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);