# HG changeset patch # User matthiasm # Date 1302862867 0 # Node ID 072327bbb1a2a4b9b21e4b16d842099bbdadf4b2 # Parent 7a8956e903e175226ba431b150a16d304be63e67 undid the chord estimation improvement for DarwinTunes compliance ... nearly ready for 0.3 now. diff -r 7a8956e903e1 -r 072327bbb1a2 Chordino.cpp --- a/Chordino.cpp Fri Apr 15 10:01:53 2011 +0000 +++ b/Chordino.cpp Fri Apr 15 10:21:07 2011 +0000 @@ -495,11 +495,11 @@ } } - if (*max_element(origchroma.begin(), origchroma.end()) == 0) { - for (int i = 0; i < (int)chroma.size(); i++) { - chroma[i] = 1; - } - } +// if (*max_element(origchroma.begin(), origchroma.end()) == 0) { +// for (int i = 0; i < (int)chroma.size(); i++) { +// chroma[i] = 1; +// } +// } chromaList.push_back(currentChromas);