Mercurial > hg > nnls-chroma
changeset 160:9d706d314e08
Print to stdout, not stderr
author | Chris Cannam |
---|---|
date | Fri, 05 Dec 2014 11:08:50 +0000 |
parents | f01e5707b804 |
children | ed3e7d4bcdaf |
files | chordextract.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/chordextract.cpp Fri Dec 05 10:46:04 2014 +0000 +++ b/chordextract.cpp Fri Dec 05 11:08:50 2014 +0000 @@ -137,7 +137,7 @@ fs[chordFeatureNo].end()); for (int i = 0; i < (int)chordFeatures.size(); ++i) { - cerr << chordFeatures[i].timestamp.toString() << ": " + cout << chordFeatures[i].timestamp.toString() << ": " << chordFeatures[i].label << endl; }