Mercurial > hg > nnls-chroma
comparison Chordino.cpp @ 172:d95c4cdef8af
Merge
author | Chris Cannam |
---|---|
date | Mon, 02 Nov 2015 11:32:30 +0000 |
parents | 0a743c2dac6a d0ea842539a9 |
children |
comparison
equal
deleted
inserted
replaced
171:7de720f503a5 | 172:d95c4cdef8af |
---|---|
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. A simple (non-state-of-the-art!) algorithm smoothes these to provide a chord transcription using 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 smooths 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 { |