Mercurial > hg > nnls-chroma
changeset 125:2518ef286816 monophonicness
tab format correction
author | Matthias Mauch <mail@matthiasmauch.net> |
---|---|
date | Sat, 11 Jun 2011 17:44:14 +0100 |
parents | b115fa66c695 |
children | 28c8e52139b5 |
files | Chordino.cpp |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Chordino.cpp Sat Jun 11 13:20:37 2011 +0100 +++ b/Chordino.cpp Sat Jun 11 17:44:14 2011 +0100 @@ -495,11 +495,11 @@ } } - if (*max_element(origchroma.begin(), origchroma.end()) == 0) { - for (int i = 0; i < (int)chroma.size(); i++) { + if (*max_element(origchroma.begin(), origchroma.end()) == 0) { + for (int i = 0; i < (int)chroma.size(); i++) { chroma[i] = 1; } - } + } chromaList.push_back(currentChromas);