annotate CHANGELOG @ 371:426ce52ef096

Warn only once
author Chris Cannam
date Sat, 12 Nov 2016 09:59:34 +0000
parents a3fc6e1f2d4e
children
rev   line source
Chris@352 1
Chris@352 2 Changes in Silvet v1.1 since the previous release v1.0:
Chris@352 3
Chris@352 4 * The "draft" mode has been replaced by "live" mode. This usually
Chris@352 5 produces worse results than "draft" did, but it is much faster and
Chris@352 6 has much lower processing latency. (The "draft" mode occupied an
Chris@352 7 uncomfortable role -- not fast enough to be usable in real-time or
Chris@352 8 low-power situations, not good enough to be a useful alternative to
Chris@352 9 the default processing mode.)
Chris@352 10
Chris@352 11 * The plugin has new outputs for note onsets only; onsets and
Chris@352 12 offsets; pitch activation matrix; and pitch chroma distribution
Chris@352 13 (chromagram).
Chris@352 14
Chris@352 15 * Some thresholds have been adjusted to improve performance in test
Chris@352 16 datasets.
Chris@352 17
Chris@352 18 * The expectation-maximisation process is now initialised
Chris@352 19 deterministically rather than from random data, so the plugin
Chris@352 20 now produces the same results on every run.
Chris@352 21