diff vamp-hostsdk/PluginStaticData.h @ 426:5502a06537f6 vampipe

Add listPluginData
author Chris Cannam
date Thu, 12 May 2016 15:53:55 +0100
parents 8c45dee08a95
children 56a23abf8283
line wrap: on
line diff
--- a/vamp-hostsdk/PluginStaticData.h	Thu May 12 14:43:10 2016 +0100
+++ b/vamp-hostsdk/PluginStaticData.h	Thu May 12 15:53:55 2016 +0100
@@ -54,6 +54,11 @@
  * plugin after it is loaded. That is, everything that does not depend
  * on a parameter or initialisation setting.
  *
+ * All of the information in here can be queried from other sources
+ * directly (notably the Plugin class itself); this structure just
+ * pulls it together in one place and provides something that can be
+ * stored and recalled without having a Plugin object to hand.
+ *
  * \note This class was introduced in version 2.7 of the Vamp plugin
  * SDK and is used only by host SDK functions that were also
  * introduced in that release (or newer).