Mercurial > hg > nnls-chroma
changeset 133:5c1a25b3daf0 darwintunes
changed descriptions
author | matthiasm |
---|---|
date | Thu, 16 Jun 2011 18:32:41 +0100 |
parents | b5b82d00eb7b |
children | 57bf719bce30 |
files | Chordino.cpp nnls-chroma.n3 |
diffstat | 2 files changed, 4 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/Chordino.cpp Thu Jun 16 17:41:43 2011 +0100 +++ b/Chordino.cpp Thu Jun 16 18:32:41 2011 +0100 @@ -61,7 +61,7 @@ Chordino::getDescription() const { if (debug_on) cerr << "--> getDescription" << endl; - return "Chordino provides a simple chord transcription based on NNLS Chroma (as in the NNLS Chroma plugin). Chord profiles given by the user in the file chord.dict are used to calculate frame-wise chord similarities. Two simple (non-state-of-the-art!) algorithms are available that smooth these to provide a chord transcription: a simple chord change method, and a standard HMM/Viterbi approach."; + return "Chordino provides a simple chord transcription based on NNLS Chroma (as in the NNLS Chroma plugin). Chord profiles given by the user in the file chord.dict are used to calculate frame-wise chord similarities. A simple (non-state-of-the-art!) algorithm smoothes these to provide a chord transcription using a standard HMM/Viterbi approach."; } Chordino::ParameterList @@ -170,7 +170,7 @@ OutputDescriptor d7; d7.identifier = "simplechord"; d7.name = "Chord Estimate"; - d7.description = "Estimated chord times and labels. Two simple (non-state-of-the-art!) algorithms are available that smooth these to provide a chord transcription: a simple chord change method, and a standard HMM/Viterbi approach."; + d7.description = "Estimated chord times and labels."; d7.unit = ""; d7.hasFixedBinCount = true; d7.binCount = 0;
--- a/nnls-chroma.n3 Thu Jun 16 17:41:43 2011 +0100 +++ b/nnls-chroma.n3 Thu Jun 16 18:32:41 2011 +0100 @@ -24,7 +24,7 @@ plugbase:chordino a vamp:Plugin ; dc:title "Chordino" ; vamp:name "Chordino" ; - dc:description """Chordino provides a simple chord transcription based on NNLS Chroma (as in the NNLS Chroma plugin). Chord profiles given by the user in the file chord.dict are used to calculate frame-wise chord similarities. Two simple (non-state-of-the-art!) algorithms are available that smooth these to provide a chord transcription: a simple chord change method, and a standard HMM/Viterbi approach.""" ; + dc:description """Chordino provides a simple chord transcription based on NNLS Chroma (as in the NNLS Chroma plugin). Chord profiles given by the user in the file chord.dict are used to calculate frame-wise chord similarities. A simple (non-state-of-the-art!) algorithm smoothes these to provide a chord transcription using a standard HMM/Viterbi approach.""" ; foaf:maker [ foaf:name "Matthias Mauch" ] ; # FIXME could give plugin author's URI here dc:rights """GPL""" ; # cc:license <Place plugin license URI here and uncomment> ; @@ -35,7 +35,6 @@ vamp:parameter plugbase:chordino_param_useNNLS ; - vamp:parameter plugbase:chordino_param_useHMM ; vamp:parameter plugbase:chordino_param_rollon ; vamp:parameter plugbase:chordino_param_tuningmode ; vamp:parameter plugbase:chordino_param_whitening ; @@ -59,17 +58,6 @@ vamp:default_value 1 ; vamp:value_names (); . -plugbase:chordino_param_useHMM a vamp:QuantizedParameter ; - vamp:identifier "useHMM" ; - dc:title "HMM (Viterbi decoding)" ; - dc:format "" ; - vamp:min_value 0 ; - vamp:max_value 1 ; - vamp:unit "" ; - vamp:quantize_step 1 ; - vamp:default_value 1 ; - vamp:value_names (); - . plugbase:chordino_param_rollon a vamp:QuantizedParameter ; vamp:identifier "rollon" ; dc:title "bass noise threshold" ; @@ -136,7 +124,7 @@ plugbase:chordino_output_simplechord a vamp:SparseOutput ; vamp:identifier "simplechord" ; dc:title "Chord Estimate" ; - dc:description """Estimated chord times and labels. Two simple (non-state-of-the-art!) algorithms are available that smooth these to provide a chord transcription: a simple chord change method, and a standard HMM/Viterbi approach.""" ; + dc:description """Estimated chord times and labels.""" ; vamp:fixed_bin_count "true" ; vamp:unit "" ; vamp:bin_count 0 ;