Mercurial > hg > pyin
changeset 63:8180299e5087 tony
Comment out a debug message
author | Chris Cannam |
---|---|
date | Tue, 01 Apr 2014 10:52:19 +0100 |
parents | da92a0abc7c6 |
children | e291f3657872 |
files | PYinVamp.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/PYinVamp.cpp Tue Apr 01 10:47:06 2014 +0100 +++ b/PYinVamp.cpp Tue Apr 01 10:52:19 2014 +0100 @@ -455,7 +455,7 @@ } // MONO-NOTE STUFF - std::cerr << "Mono Note Stuff" << std::endl; +// std::cerr << "Mono Note Stuff" << std::endl; MonoNote mn; std::vector<std::vector<std::pair<double, double> > > smoothedPitch; for (size_t iFrame = 0; iFrame < mpOut.size(); ++iFrame) {