diff vamp-support/PluginConfiguration.h @ 210:df65480a08de

Merge branch 'master' into dev/rename-pluginstub
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 09 Feb 2017 14:22:31 +0000
parents ad6025dc0b04
children
line wrap: on
line diff
--- a/vamp-support/PluginConfiguration.h	Thu Feb 09 13:31:46 2017 +0000
+++ b/vamp-support/PluginConfiguration.h	Thu Feb 09 14:22:31 2017 +0000
@@ -81,6 +81,10 @@
     ParameterMap parameterValues;
     std::string currentProgram;
 
+    /**
+     * Extract the configuration from the given plugin (without
+     * retaining any persistent reference to the plugin itself).
+     */
     static PluginConfiguration
     fromPlugin(Vamp::Plugin *p,
 	       int channelCount,