Mercurial > hg > nnls-chroma
changeset 149:d0ea842539a9
Add CITATION file
author | Chris Cannam |
---|---|
date | Thu, 05 Sep 2013 17:29:53 +0100 |
parents | 2cd99c0810f2 |
children | c40de221b5df |
files | CITATION Chordino.cpp |
diffstat | 2 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CITATION Thu Sep 05 17:29:53 2013 +0100 @@ -0,0 +1,6 @@ +@inproceedings{matthias2010a, + author = {Matthias Mauch and Simon Dixon}, + title = {Approximate Note Transcription for the Improved Identification of Difficult Chords}, + booktitle = {Proceedings of the 11th International Society for Music Information Retrieval Conference (ISMIR 2010)}, + year = {2010} +}
--- a/Chordino.cpp Thu Jun 13 10:22:53 2013 +0100 +++ b/Chordino.cpp Thu Sep 05 17:29:53 2013 +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. A simple (non-state-of-the-art!) algorithm smoothes these to provide a chord transcription using 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 smooths these to provide a chord transcription using a standard HMM/Viterbi approach."; } Chordino::ParameterList @@ -185,7 +185,7 @@ OutputDescriptor chordnotes; chordnotes.identifier = "chordnotes"; chordnotes.name = "Note Representation of Chord Estimate"; - chordnotes.description = "A simple represenation of the estimated chord with bass note (if applicable) and chord notes."; + chordnotes.description = "A simple representation of the estimated chord with bass note (if applicable) and chord notes."; chordnotes.unit = "MIDI units"; chordnotes.hasFixedBinCount = true; chordnotes.binCount = 1;