diff vamp-support/PluginConfiguration.h @ 187:ad6025dc0b04

Documentation
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 08 Feb 2017 10:09:51 +0000
parents 3eb00e5c76c4
children
line wrap: on
line diff
--- a/vamp-support/PluginConfiguration.h	Mon Feb 06 16:44:33 2017 +0000
+++ b/vamp-support/PluginConfiguration.h	Wed Feb 08 10:09:51 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,