diff rdf/RDFFeatureWriter.cpp @ 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 2104ea2204d2
children d74ebd2d2c49
line wrap: on
line diff
--- a/rdf/RDFFeatureWriter.cpp	Mon Oct 13 10:56:16 2014 +0100
+++ b/rdf/RDFFeatureWriter.cpp	Mon Oct 13 14:44:51 2014 +0100
@@ -47,6 +47,12 @@
 {
 }
 
+string
+RDFFeatureWriter::getDescription() const
+{
+    return "Write output in Audio Features Ontology RDF/Turtle format.";
+}
+
 RDFFeatureWriter::ParameterList
 RDFFeatureWriter::getSupportedParameters() const
 {