comparison runner/JAMSFeatureWriter.cpp @ 170:3536342ac088 jams

Warn that JAMS implementation is provisional
author Chris Cannam
date Wed, 15 Oct 2014 16:09:32 +0100
parents 859d8ec60e06
children 089f1a13963d
comparison
equal deleted inserted replaced
169:859d8ec60e06 170:3536342ac088
44 } 44 }
45 45
46 string 46 string
47 JAMSFeatureWriter::getDescription() const 47 JAMSFeatureWriter::getDescription() const
48 { 48 {
49 return "Write features to JSON files in JAMS (JSON Annotated Music Specification) format."; 49 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.";
50 } 50 }
51 51
52 JAMSFeatureWriter::ParameterList 52 JAMSFeatureWriter::ParameterList
53 JAMSFeatureWriter::getSupportedParameters() const 53 JAMSFeatureWriter::getSupportedParameters() const
54 { 54 {