Mercurial > hg > nnls-chroma
diff chordextract.cpp @ 160:9d706d314e08
Print to stdout, not stderr
author | Chris Cannam |
---|---|
date | Fri, 05 Dec 2014 11:08:50 +0000 |
parents | 55c2dacd0d34 |
children | c585c95f2d86 |
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; }