diff transform/TransformFactory.h @ 80:f4f52566e451

* Fixes to presentation and organisation of plugins (especially duplicates)
author Chris Cannam
date Fri, 15 Dec 2006 16:34:17 +0000
parents bedc7517b6e8
children dd11619b73ba
line wrap: on
line diff
--- a/transform/TransformFactory.h	Fri Dec 08 18:17:29 2006 +0000
+++ b/transform/TransformFactory.h	Fri Dec 15 16:34:17 2006 +0000
@@ -54,11 +54,11 @@
             friendlyName(_friendlyName),
             maker(_maker), units(_units), configurable(_configurable) { }
 
-        QString type;
-        QString category;
-	TransformName name;
-	QString description;
-        QString friendlyName;
+        QString type; // e.g. feature extraction plugin
+        QString category; // e.g. time > onsets
+	TransformName name; // e.g. vamp:vamp-aubio:aubioonset
+	QString description; // plugin's desc if 1 output, else "desc: output"
+        QString friendlyName; // short text for layer name
         QString maker;
         QString units;
         bool configurable;