comparison CHANGELOG @ 28:102bb1729184 sonic-annotator-0.4

* Test fixes for cases where the behaviour has actually been fixed for 0.4 * Emphasise this change in CHANGELOG
author Chris Cannam
date Fri, 25 Sep 2009 12:00:58 +0000
parents 9fef62a3696d
children 6e41464262f9
comparison
equal deleted inserted replaced
27:9fef62a3696d 28:102bb1729184
5 5
6 - Sonic Annotator now requires the Vamp plugin SDK v2.1 or newer. 6 - Sonic Annotator now requires the Vamp plugin SDK v2.1 or newer.
7 7
8 Front-end changes: 8 Front-end changes:
9 9
10 - Frequency-domain plugins now use the PluginInputDomainAdapter's new
11 ShiftData processing method, ensuring that the first block received
12 by the plugin is the one centred on 0 rather than starting at 0.
13 Unfortunately, the old behaviour omitted a timing compensation step,
14 and this fix actually changes the results from some plugin processes:
15 the previous behaviour was not always in line with the Vamp plugin
16 specification.
17
10 - More useful diagnostics are now available when a plugin fails to 18 - More useful diagnostics are now available when a plugin fails to
11 load or run 19 load or run.
12 - Frequency-domain plugins now use the PluginInputDomainAdapter's
13 new ShiftData processing method, ensuring that the first block
14 received by the plugin is the one centred on 0 rather than starting
15 at 0: we think this is a better match for normal usage expectations.
16 20
17 CSV back-end (feature writer) changes: 21 CSV back-end (feature writer) changes:
18 22
19 - The CSV writer now closes its output files properly when it 23 - The CSV writer now closes its output files properly when it
20 finishes writing to each one, rather than leaving them all open 24 finishes writing to each one, rather than leaving them all open