comparison CHANGELOG @ 128:c24270fc6635

Change log
author Chris Cannam
date Thu, 09 Oct 2014 13:18:06 +0100
parents f0df07da6f46
children 64a7faf9a122
comparison
equal deleted inserted replaced
127:f0df07da6f46 128:c24270fc6635
4 Front-end changes: 4 Front-end changes:
5 5
6 - Add support for the start time and duration properties of a 6 - Add support for the start time and duration properties of a
7 transform, applying a plugin to only a range of the input audio 7 transform, applying a plugin to only a range of the input audio
8 - Add --normalise to request each audio file be normalised to 1.0 max 8 - Add --normalise to request each audio file be normalised to 1.0 max
9 - Add --multiplex 9 - Add --multiplex option to compose multiple audio files into a
10 single multi-channel stream with one input file per channel
11 - Add --minversion option to permit scripts to check that the
12 version of Sonic Annotator is as they expect
13
14 Bug fixes:
15
16 - Fix the former habit of forging ahead even if not all transform
17 files could be found or parsed (this may have been intentional
18 behaviour but it is confusing more than it is useful)
19 - Fix failure to support --summary-only flag when reading transforms
20 with summaries from a transform file
10 21
11 Changes in Sonic Annotator 1.0 since the previous release 0.7: 22 Changes in Sonic Annotator 1.0 since the previous release 0.7:
12 23
13 Bug fixes: 24 Bug fixes:
14 25