log

age author description
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
Wed, 08 Oct 2014 15:38:34 +0100 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
Wed, 08 Oct 2014 15:26:48 +0100 Chris Cannam Abandon if we fail to add a transform; don't continue with the remaining transforms (that's very confusing behaviour) test-reorg
Wed, 08 Oct 2014 15:08:57 +0100 Chris Cannam Split out tests into individual directories, with simpler naming therein test-reorg
Wed, 08 Oct 2014 14:20:45 +0100 Chris Cannam Pull more stuff up into include file test-reorg
Wed, 08 Oct 2014 13:14:39 +0100 Chris Cannam Tests (and minor resulting fixes) for remote file download