log

age author description
Mon, 13 Oct 2014 10:56:27 +0100 Chris Cannam Stub out MIDI export midi
Mon, 13 Oct 2014 10:16:37 +0100 Chris Cannam Merge from branch "with-dependencies"
Mon, 13 Oct 2014 10:16:20 +0100 Chris Cannam Merge
Thu, 09 Oct 2014 14:48:43 +0100 Chris Cannam OS/X build using sv-dependency-builds
Mon, 13 Oct 2014 10:00:54 +0100 Chris Cannam Write sample rate from output descriptor, for FixedSampleRate outputs
Fri, 10 Oct 2014 15:33:45 +0100 Chris Cannam Remove some debug out
Fri, 10 Oct 2014 15:24:28 +0100 Chris Cannam Support plugin version in RDF transforms, and bail out in Sonic Annotator if it doesn't match
Fri, 10 Oct 2014 15:00:47 +0100 Chris Cannam Fail explicitly if a nonexistent plugin output is requested
Thu, 09 Oct 2014 13:18:06 +0100 Chris Cannam Change log
Thu, 09 Oct 2014 12:56:55 +0100 Chris Cannam Update version, add --minversion flag
Thu, 09 Oct 2014 12:27:17 +0100 Chris Cannam Normalisation test
Thu, 09 Oct 2014 10:41:40 +0100 Chris Cannam Adjustments to help text; test file:// URLs
Wed, 08 Oct 2014 18:50:44 +0100 Chris Cannam Fix the broken test that failed after the previous fix!
Wed, 08 Oct 2014 18:44:40 +0100 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.
Wed, 08 Oct 2014 15:38:48 +0100 Chris Cannam Merge from test-reorg branch