Mercurial > hg > nnls-chroma
annotate releasenotes-0.3.txt @ 184:82d5d11b68d7 tip
Update library URI so it's not document-local
author | Chris Cannam |
---|---|
date | Wed, 22 Apr 2020 14:21:25 +0100 |
parents | b5b82d00eb7b |
children |
rev | line source |
---|---|
matthiasm@132 | 1 NNLS Chroma 0.3 -- Release Notes |
matthiasm@132 | 2 |
matthiasm@132 | 3 General Description: |
matthiasm@132 | 4 |
matthiasm@132 | 5 A Vamp plugin library for harmony and chord extraction with some features aimed at amateur musicians, and some at music information retrieval researchers. |
matthiasm@132 | 6 It contains the Chordino, NNLS Chroma and Tuning plugins. |
matthiasm@132 | 7 For more information see README or http://isophonics.net/nnls-chroma |
matthiasm@132 | 8 |
matthiasm@132 | 9 Feature changes: |
matthiasm@132 | 10 |
matthiasm@132 | 11 in Chordino: |
matthiasm@132 | 12 * added Log-Likelihood of Chord Estimate (based on the Viterbi path used for chord estimation), |
matthiasm@132 | 13 * added option for Chris Harte's chord syntax, |
matthiasm@132 | 14 * removed option for non-HMM chord estimation. |
matthiasm@132 | 15 |
matthiasm@132 | 16 in NNLS-Chroma: |
matthiasm@132 | 17 * removed consonance output. |
matthiasm@132 | 18 |
matthiasm@132 | 19 Bug fixes: |
matthiasm@132 | 20 * 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). |
matthiasm@132 | 21 |
matthiasm@132 | 22 Other: |
matthiasm@132 | 23 * renamed: spectral roll-off parameter to Bass Noise Threshold (in response to Tim Crawfords comment, thanks!) |