# HG changeset patch # User Chris Cannam # Date 1446631649 0 # Node ID d649818fc24958a9017b7e15d01339d3bf83f0b4 # Parent 870acd589a38f7cc100f32728002448291fbe393 Update JAMS output to JAMS v0.2.0. We now (for the first time?!) write actual JAMS schema-compliant output when possible, though it isn't possible for many types of plugin. The output for all tested combinations of transforms is valid JSON even where it isn't schema-compliant. diff -r 870acd589a38 -r d649818fc249 transform/FeatureWriter.h --- a/transform/FeatureWriter.h Tue Nov 03 14:31:58 2015 +0000 +++ b/transform/FeatureWriter.h Wed Nov 04 10:07:29 2015 +0000 @@ -60,6 +60,7 @@ struct TrackMetadata { QString title; QString maker; + RealTime duration; }; virtual void setTrackMetadata(QString /* trackid */, TrackMetadata) { }