Mercurial > hg > nnls-chroma
comparison README @ 54:0f40aa8b49fa matthiasm-plugin
added a description of the Tuning plugin to the README.
author | matthiasm |
---|---|
date | Mon, 25 Oct 2010 19:57:44 +0900 |
parents | bc161fd73858 |
children | 01bc078f5f61 |
comparison
equal
deleted
inserted
replaced
53:bc161fd73858 | 54:0f40aa8b49fa |
---|---|
55 ### Outputs ### | 55 ### Outputs ### |
56 | 56 |
57 * Chord Estimate: estimated chord times and labels. | 57 * Chord Estimate: estimated chord times and labels. |
58 * Harmonic Change Value: an indication of the likelihood harmonic change. Depends on the chord dictionary. Calculation is different depending on whether the Viterbi algorithm is used for chord estimation, or the simple chord estimate. | 58 * Harmonic Change Value: an indication of the likelihood harmonic change. Depends on the chord dictionary. Calculation is different depending on whether the Viterbi algorithm is used for chord estimation, or the simple chord estimate. |
59 | 59 |
60 ## Tuning ## | |
61 | |
62 System identifier – vamp:nnls-chroma:tuning | |
63 RDF URI – http://vamp-plugins.org/rdf/plugins/nnls-chroma#tuning (not yet available) | |
64 | |
65 ### General Description ### | |
66 | |
67 The tuning plugin can estimate the local and global tuning of piece. The same tuning method is used for the NNLS Chroma and Chordino plugins. | |
68 | |
69 ### Parameter ### | |
70 | |
71 * spectral roll on (0.00 -- 0.05; default: 0.0): consider the cumulative energy spectrum (from low to high frequencies). All bins below the first bin whose cumulative energy exceeds [spectral roll on] x [total energy] will be set to 0. A value of 0 means that no bins will be changed. | |
72 | |
73 ### Outputs ### | |
74 | |
75 * Tuning: returns a single label at time 0 seconds containing the tuning information in Hz. | |
76 * Local Tuning: returns a tuning estimate at every analysis frame, an average of the (recent) previous frame-wise tuning estimates. | |
77 | |
60 ## References and Credits ## | 78 ## References and Credits ## |
61 | 79 |
80 Mauch, Matthias and Dixon, Simon: [*Approximate Note Transcription for the Improved Identification of Difficult Chords*](http://schall-und-mauch.de/artificialmusicality/?p=89), Proceedings of the 11th International Society for Music Information Retrieval Conference (ISMIR 2010), 2010. | |
62 | 81 |
63 |