Mercurial > hg > sonic-annotator
diff runner/MIDIFeatureWriter.h @ 144:b3d73c08b6ce
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 | 9b94545a7fdc |
children | 977b7007071f |
line wrap: on
line diff
--- a/runner/MIDIFeatureWriter.h Mon Oct 13 13:53:09 2014 +0100 +++ b/runner/MIDIFeatureWriter.h Mon Oct 13 14:44:51 2014 +0100 @@ -28,6 +28,8 @@ MIDIFeatureWriter(); virtual ~MIDIFeatureWriter(); + string getDescription() const; + virtual ParameterList getSupportedParameters() const; virtual void setParameters(map<string, string> ¶ms);