comparison transform/FeatureWriter.h @ 1143:d649818fc249

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.
author Chris Cannam
date Wed, 04 Nov 2015 10:07:29 +0000
parents 1cc96e03a903
children c01cbe41aeb5
comparison
equal deleted inserted replaced
1142:870acd589a38 1143:d649818fc249
58 } 58 }
59 59
60 struct TrackMetadata { 60 struct TrackMetadata {
61 QString title; 61 QString title;
62 QString maker; 62 QString maker;
63 RealTime duration;
63 }; 64 };
64 virtual void setTrackMetadata(QString /* trackid */, TrackMetadata) { } 65 virtual void setTrackMetadata(QString /* trackid */, TrackMetadata) { }
65 66
66 class FailedToOpenOutputStream : virtual public std::exception 67 class FailedToOpenOutputStream : virtual public std::exception
67 { 68 {