# HG changeset patch # User Chris Cannam # Date 1413385772 -3600 # Node ID 3536342ac0885a43c5b4aa72a67f5b4ed1d58359 # Parent 859d8ec60e06c9684e613d25b120babffd9c3468 Warn that JAMS implementation is provisional diff -r 859d8ec60e06 -r 3536342ac088 runner/JAMSFeatureWriter.cpp --- a/runner/JAMSFeatureWriter.cpp Wed Oct 15 16:05:15 2014 +0100 +++ b/runner/JAMSFeatureWriter.cpp Wed Oct 15 16:09:32 2014 +0100 @@ -46,7 +46,7 @@ string JAMSFeatureWriter::getDescription() const { - return "Write features to JSON files in JAMS (JSON Annotated Music Specification) format."; + return "Write features to JSON files in JAMS (JSON Annotated Music Specification) format. WARNING: This is a provisional implementation! The output format may change in future releases to comply more effectively with the specification. Please report any problems you find with the current implementation."; } JAMSFeatureWriter::ParameterList