diff vamp-support/PluginStaticData.h @ 287:09753ad777db

Add support for ProgramParameters. In theory this means we can select a program and then re-query the plugin's parameters and get the right values back, just as would happen if we were working with the remote extractor directly as a local Vamp plugin.
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 07 Apr 2020 15:56:02 +0100
parents 02de5df3a884
children
line wrap: on
line diff
--- a/vamp-support/PluginStaticData.h	Tue Jan 07 11:20:47 2020 +0000
+++ b/vamp-support/PluginStaticData.h	Tue Apr 07 15:56:02 2020 +0100
@@ -86,7 +86,7 @@
     StaticOutputInfo staticOutputInfo; // not found in the plugin, may
                                        // come from accompanying
                                        // (RDF?) metadata
-
+    
     static PluginStaticData
     fromPlugin(std::string pluginKey,
 	       std::vector<std::string> category,