diff transform/FeatureWriter.h @ 998:e25dc8d57565

Add descriptions for writers; add housekeeping options to Sonic Annotator to list writers and formats
author Chris Cannam
date Mon, 13 Oct 2014 14:44:51 +0100
parents 06579b8ffb7b
children 6b2a8b34e9d3
line wrap: on
line diff
--- a/transform/FeatureWriter.h	Mon Oct 13 10:56:16 2014 +0100
+++ b/transform/FeatureWriter.h	Mon Oct 13 14:44:51 2014 +0100
@@ -39,6 +39,8 @@
 public:
     virtual ~FeatureWriter() { }
 
+    virtual string getDescription() const = 0;
+
     struct Parameter { // parameter of the writer, not the plugin
         string name;
         string description;