Mercurial > hg > nnls-chroma
comparison releasenotes-0.2.txt @ 95:dab7e7bfeba1 matthiasm-plugin 0.2
added release notes, updated README
author | matthiasm |
---|---|
date | Fri, 03 Dec 2010 00:46:12 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
94:19f3b33a19fb | 95:dab7e7bfeba1 |
---|---|
1 NNLS Chroma 0.2 -- Release Notes | |
2 | |
3 General Description: | |
4 | |
5 A Vamp plugin library for harmony and chord extraction with some features aimed at amateur musicians, and some at music information retrieval researchers. | |
6 It contains the Chordino, NNLS Chroma and Tuning plugins. | |
7 For more information see README or http://isophonics.net/nnls-chroma | |
8 | |
9 New features: | |
10 | |
11 Chordino: | |
12 * The new MIDI note output of the estimated chords allows, for example, instant playback of chord notes in Sonic Visualiser. | |
13 * new parameter "boost N": allows better recognition of the "no chord" label N (default setting is 0.1, previous Chordino version had no boost, i.e. 0.0). | |
14 | |
15 NNLS Chroma: | |
16 * new output "Consonance Estimate". Experimental attempt to capture the tonal consonance in at a given time. Based on the convolution of a simple consonance profile with the semitone spectrum. | |
17 | |
18 Bug fixes: | |
19 | |
20 * Default chord dictionary loads when no chord.dict file found in Vamp path. | |
21 * Corrected parameter range for spectral rollon parameter (Chordino). | |
22 * Semitone Spectrum has values at zero energy frames (NNLS Chroma). | |
23 * Crash with non-standard input resolved (now amplitude-limited). | |
24 * minor internal fixes. | |
25 |