log

age author description
2015-11-03 Chris Cannam Add digits option to JAMS output, for number of sig figs
2015-11-03 Chris Cannam More useful report when a transform is completely unknown to us
2015-10-02 Chris Cannam Fix to writer tag (thanks LW)
2015-09-09 Chris Cannam Added tag sonic-annotator-1.2 for changeset f35bbb3e4d41
2015-09-01 Chris Cannam Change of tack: rename the JSON writer to JAMS. It's simpler than having a JSON writer with a mandatory flag to tell it what sort of JSON to write. sonic-annotator-1.2
2015-09-01 Chris Cannam Fix typo
2015-09-01 Chris Cannam Use iconv instead of uconv (present on OS/X)
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 Next release will be 1.2
2015-08-19 Chris Cannam Remove unused dependency on Rubber Band
2015-07-22 Chris Cannam Fix JSON validity
2015-07-22 Chris Cannam Add (failing) test for JSON output format (fails for grid output)
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-02-25 Chris Cannam Add test for Turtle output encoding (must be UTF-8)
2015-02-25 Chris Cannam mp3 file with ID3v2 tag in ISO-8859-1
2015-02-25 Chris Cannam mp3 file with ID3v2 tag in UCS-2 encoding (this is the default encoding)
2015-02-20 Chris Cannam Warn for this potential error case
2015-01-09 Chris Cannam Document --segments-from
2015-01-09 Chris Cannam Update subrepo
2015-01-09 Chris Cannam Add ability to read segment boundaries from a file; test for it; bump version no; make test script bail out if path has spaces (can't cope with that, sheesh)
2014-10-16 Chris Cannam Typo fix
2014-10-16 Chris Cannam Added tag sonic-annotator-1.1 for changeset 766268a32378
2014-10-16 Chris Cannam Further doc and note updates sonic-annotator-1.1
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-16 Chris Cannam Change internal blocksize from 16384 to 1024 (see comment in FeatureExtractionManager ctor)
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 TransformId is not sufficient -- it could be ambiguous (same transform id, different parameters etc). Use the whole transform
2014-10-15 Chris Cannam Docs
2014-10-15 Chris Cannam Source archive script
2014-10-15 Chris Cannam CHANGELOG and version number
2014-10-15 Chris Cannam Merge from branch "jams"
2014-10-15 Chris Cannam Warn that JAMS implementation is provisional jams
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 Write time or start/end based simply on whether the feature has them or not, let's not get clever jams
2014-10-15 Chris Cannam Restructure jams
2014-10-15 Chris Cannam Better track metadata jams
2014-10-15 Chris Cannam Add transform metadata to output jams
2014-10-15 Chris Cannam Merge from default branch jams
2014-10-15 Chris Cannam Add plugin_version to transform RDF serialisation (if non-empty)
2014-10-15 Chris Cannam Add some metadata; and the data is nested more deeply than I thought jams
2014-10-15 Chris Cannam Merge from default branch jams
2014-10-15 Chris Cannam Merge from branch "labfile"
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-15 Chris Cannam Proper implementation of fill-ends flag in LabFeatureWriter labfile
2014-10-14 Chris Cannam Add CSV writer tests (passing!) labfile
2014-10-14 Chris Cannam Add lab writer tests (currently failing) labfile
2014-10-14 Chris Cannam Implement .lab file writer labfile
2014-10-14 Chris Cannam Output some data! jams
2014-10-14 Chris Cannam Make the JSON well-formed (though still empty), except in the case where we are asked to write more than one file's features to the same output file or stdout jams
2014-10-14 Chris Cannam JSON well-formedness test (currently failing) jams
2014-10-14 Chris Cannam JSON destination tests jams
2014-10-14 Chris Cannam Merge from default branch jams
2014-10-14 Chris Cannam Merge from branch midi
2014-10-14 Chris Cannam Add MIDI destinations tests and fix feature writer bugs resulting from them midi
2014-10-14 Chris Cannam Merge from default branch midi
2014-10-13 Chris Cannam Start to sketch out JAMS writer jams
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 Merge from branch 'midi'
2014-10-13 Chris Cannam Help adjustments: require extra arg for help on a writer (help text was getting too long) midi
2014-10-13 Chris Cannam Flesh out MIDI writer midi
2014-10-13 Chris Cannam More of MIDIFeatureWriter midi
2014-10-13 Chris Cannam Merge from default branch midi
2014-10-13 Chris Cannam Add -Werror in debug mode, and fix errors resulting from it
2014-10-13 Chris Cannam Might help to actually commit these files midi
2014-10-13 Chris Cannam Stub out MIDI export midi
2014-10-13 Chris Cannam Merge from branch "with-dependencies"
2014-10-13 Chris Cannam Merge
2014-10-09 Chris Cannam OS/X build using sv-dependency-builds
2014-10-13 Chris Cannam Write sample rate from output descriptor, for FixedSampleRate outputs
2014-10-10 Chris Cannam Remove some debug out
2014-10-10 Chris Cannam Support plugin version in RDF transforms, and bail out in Sonic Annotator if it doesn't match
2014-10-10 Chris Cannam Fail explicitly if a nonexistent plugin output is requested
2014-10-09 Chris Cannam Change log
2014-10-09 Chris Cannam Update version, add --minversion flag
2014-10-09 Chris Cannam Normalisation test
2014-10-09 Chris Cannam Adjustments to help text; test file:// URLs
2014-10-08 Chris Cannam Fix the broken test that failed after the previous fix!
2014-10-08 Chris Cannam Do not feed audio data to a plugin before its transform's start time (we might be feeding other transforms that started earlier). This breaks a test, but the test's expected output was broken (rather alarmingly)! Note that this does mean a plugin may have to-next-block "leakage" at start as well as end of its start-duration zone.
2014-10-08 Chris Cannam Merge from test-reorg branch
2014-10-08 Chris Cannam Check for multiple transforms. But one of these tests fails, so we'd better go back to development branch and sort out why! test-reorg
2014-10-08 Chris Cannam Abandon if we fail to add a transform; don't continue with the remaining transforms (that's very confusing behaviour) test-reorg
2014-10-08 Chris Cannam Split out tests into individual directories, with simpler naming therein test-reorg
2014-10-08 Chris Cannam Pull more stuff up into include file test-reorg
2014-10-08 Chris Cannam Tests (and minor resulting fixes) for remote file download
2014-10-03 Chris Cannam Normalise option (yet to be tested)
2014-10-03 Chris Cannam Merge from multiplex branch
2014-10-03 Chris Cannam Average channels of file contributing to each input, don't sum multiplex
2014-10-02 Chris Cannam Fix channel counting multiplex
2014-10-02 Chris Cannam Merge from default branch multiplex
2014-10-02 Chris Cannam Simplify playlist handling (hoist it up a level)
2014-10-02 Chris Cannam Merge from default branch multiplex
2014-10-02 Chris Cannam A more general solution (I hope) to the problem of making sure transforms are always run in a consistent order
2014-10-02 Chris Cannam Print diff
2014-10-02 Chris Cannam Implementation of MultiplexedReader -- now builds, not yet tested multiplex
2014-10-01 Chris Cannam Start on multiplex implementation multiplex
2014-10-01 Chris Cannam Add summary test with segments
2014-10-01 Chris Cannam And another multiple file test
2014-10-01 Chris Cannam Add simple test for multiple audio file input and playlists
2014-10-01 Chris Cannam Fix failure to support summary-only flag when reading transforms with summaries from a transform file
2014-10-01 Chris Cannam Add forgotten XSD prefixes
2014-10-01 Chris Cannam Merge from branch start-duration
2014-10-01 Chris Cannam Start time and duration now working start-duration
2014-10-01 Chris Cannam Skip trying RDF parser if we have a filename ending in xml (we don't support RDF-XML and it just confuses the Turtle parser)
2014-10-01 Chris Cannam Add multi-output start-duration test (with different start and duration per output!), and clear out data from output files for tests that are not yet implemented so they don't accidentally succeed start-duration
2014-10-01 Chris Cannam Tests for start and duration properties -- not yet implemented in FeatureExtractionManager start-duration
2014-10-01 Chris Cannam Update subrepos, fix compile for updated versions, track version.h
2014-04-26 Chris Cannam Add some more subrepos
2013-11-26 Chris Cannam Update subrepo states
2013-09-05 Chris Cannam Add CITATION file
2013-05-09 Chris Cannam Added tag sonic-annotator-1.0 for changeset 5fe1f2efd407
2013-05-09 Chris Cannam Ah, we do need this library after all sonic-annotator-1.0
2013-05-09 Chris Cannam Added tag sonic-annotator-1.0 for changeset 52e5e2c03792
2013-05-09 Chris Cannam Merge from default branch with-dependencies
2013-05-09 Chris Cannam Update changelog and readme; remove out-of-date install file
2013-05-09 Chris Cannam Win32 build fixes
2013-05-09 Chris Cannam Win32 build fixes with-dependencies
2013-05-09 Chris Cannam Anoint with-dependencies branch with-dependencies
2013-05-09 Chris Cannam Add sv-dependency-builds subdir for dependencies (may or may not exist)
2013-05-08 Chris Cannam Need sord and serd (don't need some others)
2013-05-08 Chris Cannam Merge from qt5 branch. We now require qt5 for Sonic Annotator
2013-05-08 Chris Cannam Require Vamp host SDK version 2.5 qt5
2013-05-07 Chris Cannam Add dataquay qt5
2013-05-07 Chris Cannam Build only dataquay lib as subproject, not dataquay everything qt5
2013-05-07 Chris Cannam Don't need to check for Dataquay, and in fact we can pick up the wrong version if we do. Just assume it is available (building in e.g. sv subdir configuration) qt5
2013-05-07 Chris Cannam OS/X: remove QuickTime, add LDFLAGS from configure args if present qt5
2013-04-30 Chris Cannam Tests (currently failing) for vamp-test-plugin qt5
2013-04-30 Chris Cannam Update for Qt5 qt5
2013-03-28 Chris Cannam Version number, changelog, regenerate configure
2013-03-07 Chris Cannam Update version
2013-03-07 Chris Cannam Update svcore and CHANGELOG
2012-11-20 Chris Cannam Update subrepo
2012-11-20 Chris Cannam Add overall project file
2012-08-21 Chris Cannam Remove redundant subrepo listings
2012-08-21 Chris Cannam Rework to use hg subrepos
2012-07-17 Chris Cannam Added tag sonic-annotator-0.7 for changeset ace08e6519a9
2012-07-17 Chris Cannam Update CHANGELOG, version sonic-annotator-0.7
2012-07-17 Chris Cannam Added tag sonic-annotator-0.7 for changeset e4652b60e469
2012-07-17 Chris Cannam Added tag sonic-annotator-0.7 for changeset bbf68c187b74
2012-06-30 Chris Cannam Use dataquay ac symbol
2012-05-25 Chris Cannam Use new symbols in Vamp SDK 2.3.1 for autoconf detection; require Dataquay
2012-05-24 Chris Cannam Add file: URI for file -- this is stripped out by the test script afterwards, I'm not sure how it got stripped from the source as well but obviously it's not parseable without it
2012-01-09 Chris Cannam Ensure expected output (as well as test output) gets canonicalised before comparison. The test in question still fails -- I think now only because of plugin output ordering changes (prior to svcore rev f3fd2988fc9b it also had picked up some incorrect output feature types)
2012-01-09 Chris Cannam Small simplification
2012-01-09 Chris Cannam Fix #311 following the patch from Matthias
2012-01-09 Chris Cannam Update INSTALL somewhat (fixing #310)
2012-01-06 Chris Cannam Add unit test for multiple outputs in one run
2011-09-28 Chris Cannam Added tag sonic-annotator-0.6 for changeset 7d6426295dd6
2011-09-28 Chris Cannam Update version and CHANGELOG sonic-annotator-0.6
2011-09-28 Chris Cannam Remove unnecessary configure dependency for raptor
2011-06-21 Chris Cannam Add proper support and tests for window type parameter (requires latest update to Vamp host SDK)
2011-06-15 Chris Cannam Add forgotten test file!
2011-03-08 Chris Cannam * Update copyright date and CHANGELOG
2011-03-08 Chris Cannam * Update config per recent changes to svcore
2011-03-02 Chris Cannam * Make --force work correctly for playlists
2010-10-18 Chris Cannam * Add -v option to print version
2010-10-18 Chris Cannam * Pick up default sample rate and channel count from first audio file
2010-10-18 Chris Cannam * Add test for output destination when input filename has more than one dot
2010-10-18 Chris Cannam * Fix csv-one-file option, add unit test for it
2010-10-18 Chris Cannam * Update to new autoconf build system
2010-07-23 convert-repo update tags
2010-07-22 Chris Cannam * Move sonic-annotator.spec to package/
2010-06-29 Chris Cannam * Update spec file
2010-06-29 Chris Cannam * Add rather flimsy spec file
2010-05-26 Chris Cannam * update version number (sigh) sonic-annotator-0.5
2010-05-26 Chris Cannam * change log update for 0.5
2010-05-24 Chris Cannam * Avoid failing on second and subsequent input files in single-output-file
2010-05-24 Chris Cannam * Fix mixdown for multi-channel source -> 1-channel plugin
2010-05-21 Chris Cannam * No audioio any more
2010-03-16 Chris Cannam * Remove audioio from externals
2010-03-12 Chris Cannam * Commit old fix (which I hope was correct!) to avoid leaking fds on
2009-10-09 Chris Cannam * Add forgotten file! Oh no!
2009-10-07 Chris Cannam * remove unintended extra sv.prf file
2009-09-25 Chris Cannam * Test fixes for cases where the behaviour has actually been fixed for 0.4 sonic-annotator-0.4
2009-09-24 Chris Cannam * updates for forthcoming release
2009-09-16 Chris Cannam * Use ShiftData method for PluginInputDomainAdapter, ensuring data is
2009-09-10 Chris Cannam * print a bit more info for diagnostic purposes
2009-09-08 Chris Cannam * Various fixes: ensure CSV feature writer closes files when finished with
2009-07-07 Chris Cannam * Add changelog
2009-07-07 Chris Cannam * fixes to --force option sonic-annotator-0.3
2009-07-07 Chris Cannam * Add --force option, and throw/catch exceptions for failure cases rather
2009-06-29 Chris Cannam * set up default RDF index location
2009-06-02 Chris Cannam * Set track metadata only if non-empty (the RDF feature writer tests for
2009-03-27 Chris Cannam * hmm hmm
2009-03-20 Chris Cannam * version
2009-03-20 Chris Cannam * update tests sonic-annotator-0.2
2009-03-20 Chris Cannam * change externals from https to http (for crappy old mac svn client)
2009-01-22 Chris Cannam * Remove update and co scripts -- unnecessary with externals. Diff and
2009-01-22 Chris Cannam * Attempt to set up SVN externals for SV bits
2009-01-20 Chris Cannam * Try to avoid leaving output files open after completion
2008-12-12 Chris Cannam * progress tweaks
2008-12-12 Chris Cannam * Delete reader after use!
2008-12-12 Chris Cannam * update svn push/pull scripts
2008-12-12 Chris Cannam * Set block & step sizes if not properly specified
2008-12-11 Chris Cannam ...
2008-12-11 Chris Cannam * possible progress fix
2008-12-11 Chris Cannam ... sa-v0.1
2008-12-11 Chris Cannam ...
2008-12-11 Chris Cannam * update tests for changed csv format (doh)
2008-12-11 Chris Cannam * build update for runner with "incorporated" SV libraries
2008-12-11 Chris Cannam * some reorganisation
2008-12-11 Chris Cannam * copy to sonic-annotator