log .hgsubstate @ 233:9a10c3ffff47

age author description
2016-02-25 Chris Cannam ...commented out
2016-02-25 Chris Cannam Debug
2016-02-25 Chris Cannam Graft the plugin loadability checks from SV 3.0-integration branch across to default, for use in Sonic Annotator
2016-02-25 Chris Cannam Better error reporting for transform load (from RDF and XML)
2016-02-24 Chris Cannam Work around libsndfile-1.0.26 bug that reports all files as non-seekable
2016-02-24 Chris Cannam Use float format for cached files in CodedAudioFileReader, to preserve internal representation (see comment)
2016-01-30 Chris Cannam Update acinclude files to look for qt5-qmake as well as qmake-qt5
2015-11-04 Chris Cannam Subrepo
2015-11-04 Chris Cannam Write Track in RDF only if title/artist metadata present, not simply on the basis of a TrackMetadata object existing
2015-11-04 Chris Cannam 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.
2015-11-03 Chris Cannam Add & test the digits option in the CSV file writer
2015-11-03 Chris Cannam Update svcore
2015-11-03 Chris Cannam Add digits option to JAMS output, for number of sig figs
2015-09-01 Chris Cannam Add mandatory option --json-format to JSON feature writer, in preparation for supporting multiple JSON formats (perhaps) in future
2015-09-01 Chris Cannam Simple MIDI writer test
2015-08-26 Chris Cannam Fixes from last merge
2015-08-19 Chris Cannam Remove unused dependency on Rubber Band
2015-03-02 Chris Cannam Merge in subrepo
2015-03-02 Chris Cannam Require (and provide) text codec for output stream -- fixing #1153 (wrong codec used when writing RDF)
2015-01-09 Chris Cannam Update subrepo
2014-10-16 Chris Cannam Bring in vamp-plugin-sdk as subrepo, so we can build it with fftw3 support (as this is a GPL'd program)
2014-10-15 Chris Cannam TransformId is not sufficient -- it could be ambiguous (same transform id, different parameters etc). Use the whole transform
2014-10-15 Chris Cannam Add setNofM logic which the JSON writer can use to write a list when sending multiple files' worth to a single target jams
2014-10-15 Chris Cannam Add transform metadata to output jams
2014-10-15 Chris Cannam Add plugin_version to transform RDF serialisation (if non-empty)
2014-10-15 Chris Cannam Add omit-filename option to CSV writer (and test it while testing lab writer) labfile
2014-10-15 Chris Cannam Add fill-ends option to CSV writer (and test it) labfile
2014-10-14 Chris Cannam Implement .lab file writer labfile
2014-10-14 Chris Cannam Add MIDI destinations tests and fix feature writer bugs resulting from them midi
2014-10-13 Chris Cannam Add descriptions for writers; add housekeeping options to Sonic Annotator to list writers and formats
2014-10-13 Chris Cannam Stub out MIDI export midi
2014-10-13 Chris Cannam Merge