Mercurial > hg > nnls-chroma
comparison nnls-chroma.n3 @ 94:19f3b33a19fb matthiasm-plugin
corrected viterbi frame initialisation
author | matthiasm |
---|---|
date | Thu, 02 Dec 2010 23:39:57 +0900 |
parents | e5c16976513d |
children | dab7e7bfeba1 |
comparison
equal
deleted
inserted
replaced
93:12cdf228c47d | 94:19f3b33a19fb |
---|---|
297 vamp:unit "" ; | 297 vamp:unit "" ; |
298 vamp:bin_count 24 ; | 298 vamp:bin_count 24 ; |
299 vamp:bin_names ( "A (bass)" "Bb (bass)" "B (bass)" "C (bass)" "C# (bass)" "D (bass)" "Eb (bass)" "E (bass)" "F (bass)" "F# (bass)" "G (bass)" "Ab (bass)" "A" "Bb" "B" "C" "C#" "D" "Eb" "E" "F" "F#" "G" "Ab"); | 299 vamp:bin_names ( "A (bass)" "Bb (bass)" "B (bass)" "C (bass)" "C# (bass)" "D (bass)" "Eb (bass)" "E (bass)" "F (bass)" "F# (bass)" "G (bass)" "Ab (bass)" "A" "Bb" "B" "C" "C#" "D" "Eb" "E" "F" "F#" "G" "Ab"); |
300 vamp:computes_signal_type af:Chromagram ; | 300 vamp:computes_signal_type af:Chromagram ; |
301 . | 301 . |
302 | |
303 plugbase:nnls-chroma_output_consonance a vamp:DenseOutput ; | |
304 vamp:identifier "consonance" ; | |
305 dc:title "Consonance estimate." ; | |
306 dc:description """A simple consonance value based on the convolution of a consonance profile with the semitone spectrum.""" ; | |
307 vamp:fixed_bin_count "true" ; | |
308 vamp:unit "" ; | |
309 vamp:bin_count 1 ; | |
310 vamp:computes_signal_type af:TonalChangeDetectionFunction; | |
311 . | |
312 | |
302 plugbase:tuning a vamp:Plugin ; | 313 plugbase:tuning a vamp:Plugin ; |
303 dc:title "Tuning" ; | 314 dc:title "Tuning" ; |
304 vamp:name "Tuning" ; | 315 vamp:name "Tuning" ; |
305 dc:description """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.""" ; | 316 dc:description """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.""" ; |
306 foaf:maker [ foaf:name "Matthias Mauch" ] ; # FIXME could give plugin author's URI here | 317 foaf:maker [ foaf:name "Matthias Mauch" ] ; # FIXME could give plugin author's URI here |