comparison CHANGELOG @ 27:9fef62a3696d

* updates for forthcoming release
author Chris Cannam
date Thu, 24 Sep 2009 14:34:00 +0000
parents 1a9ad8f3a98f
children 102bb1729184
comparison
equal deleted inserted replaced
26:0af07912f386 27:9fef62a3696d
1 1
2 Changes in Sonic Annotator 1.3 since the previous release 1.2: 2 Changes in Sonic Annotator 0.4 since the previous release 0.3:
3
4 Build changes:
5
6 - Sonic Annotator now requires the Vamp plugin SDK v2.1 or newer.
7
8 Front-end changes:
9
10 - More useful diagnostics are now available when a plugin fails to
11 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
17 CSV back-end (feature writer) changes:
18
19 - The CSV writer now closes its output files properly when it
20 finishes writing to each one, rather than leaving them all open
21 until the end and risk running out of file descriptors. This was
22 already the behaviour of the RDF writer, the CSV one has just been
23 updated to match it.
24 - The behaviour of the CSV writer has also been changed to match
25 that of the RDF writer in handling file write failures (it now
26 continues processing only if --force is given).
27
28
29 Changes in Sonic Annotator 0.3 since the previous release 0.2:
3 30
4 Front-end changes: 31 Front-end changes:
5 32
6 - A new --force front-end option (distinct from the --csv-force and 33 - A new --force front-end option (distinct from the --csv-force and
7 --rdf-force back-end options) has been added, which makes Sonic 34 --rdf-force back-end options) has been added, which makes Sonic