comparison Chordino.cpp @ 133:5c1a25b3daf0 darwintunes

changed descriptions
author matthiasm
date Thu, 16 Jun 2011 18:32:41 +0100
parents b547e7238bf5
children d0ea842539a9 f01e5707b804
comparison
equal deleted inserted replaced
132:b5b82d00eb7b 133:5c1a25b3daf0
59 59
60 string 60 string
61 Chordino::getDescription() const 61 Chordino::getDescription() const
62 { 62 {
63 if (debug_on) cerr << "--> getDescription" << endl; 63 if (debug_on) cerr << "--> getDescription" << endl;
64 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."; 64 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.";
65 } 65 }
66 66
67 Chordino::ParameterList 67 Chordino::ParameterList
68 Chordino::getParameterDescriptors() const 68 Chordino::getParameterDescriptors() const
69 { 69 {
168 int index = 0; 168 int index = 0;
169 169
170 OutputDescriptor d7; 170 OutputDescriptor d7;
171 d7.identifier = "simplechord"; 171 d7.identifier = "simplechord";
172 d7.name = "Chord Estimate"; 172 d7.name = "Chord Estimate";
173 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."; 173 d7.description = "Estimated chord times and labels.";
174 d7.unit = ""; 174 d7.unit = "";
175 d7.hasFixedBinCount = true; 175 d7.hasFixedBinCount = true;
176 d7.binCount = 0; 176 d7.binCount = 0;
177 d7.hasKnownExtents = false; 177 d7.hasKnownExtents = false;
178 d7.isQuantized = false; 178 d7.isQuantized = false;