comparison CHANGELOG @ 352:a3fc6e1f2d4e

Restore threads stuff -- the host needs to be compiled with threading
author Chris Cannam
date Thu, 03 Sep 2015 12:06:31 +0100
parents
children
comparison
equal deleted inserted replaced
351:34357aeab3ad 352:a3fc6e1f2d4e
1
2 Changes in Silvet v1.1 since the previous release v1.0:
3
4 * The "draft" mode has been replaced by "live" mode. This usually
5 produces worse results than "draft" did, but it is much faster and
6 has much lower processing latency. (The "draft" mode occupied an
7 uncomfortable role -- not fast enough to be usable in real-time or
8 low-power situations, not good enough to be a useful alternative to
9 the default processing mode.)
10
11 * The plugin has new outputs for note onsets only; onsets and
12 offsets; pitch activation matrix; and pitch chroma distribution
13 (chromagram).
14
15 * Some thresholds have been adjusted to improve performance in test
16 datasets.
17
18 * The expectation-maximisation process is now initialised
19 deterministically rather than from random data, so the plugin
20 now produces the same results on every run.
21