view releasenotes-0.3.txt @ 164:3c731acad404

Fix some problems from the plugin tester: zero sample rate with fixed sample type outputs; mismatching parameter id ("spectralshape" in Chordino, "s" in NNLSBase -- changing this in Chordino won't break anything as it would never have worked under that name anyway); some NaN values
author Chris Cannam
date Fri, 04 Sep 2015 16:45:37 +0100
parents b5b82d00eb7b
children
line wrap: on
line source
NNLS Chroma 0.3 -- Release Notes

General Description:

A Vamp plugin library for harmony and chord extraction with some features aimed at amateur musicians, and some at music information retrieval researchers.
It contains the Chordino, NNLS Chroma and Tuning plugins.
For more information see README or http://isophonics.net/nnls-chroma

Feature changes:

in Chordino: 
* added Log-Likelihood of Chord Estimate (based on the Viterbi path used for chord estimation),
* added option for Chris Harte's chord syntax,
* removed option for non-HMM chord estimation.

in NNLS-Chroma: 
* removed consonance output.

Bug fixes:
* renamed dim7 chord to half-diminished (m7b5 and :hdim7, respectively), and added the correct chord label to the diminished chord (was empty before, and hence treated as major chord).

Other:
* renamed: spectral roll-off parameter to Bass Noise Threshold (in response to Tim Crawfords comment, thanks!)