Mercurial > hg > pyin
comparison PYinVamp.cpp @ 63:8180299e5087 tony
Comment out a debug message
author | Chris Cannam |
---|---|
date | Tue, 01 Apr 2014 10:52:19 +0100 |
parents | 60eb8771d340 |
children | e2bbf853513d |
comparison
equal
deleted
inserted
replaced
62:da92a0abc7c6 | 63:8180299e5087 |
---|---|
453 | 453 |
454 fs[m_oSmoothedPitchTrack].push_back(f); | 454 fs[m_oSmoothedPitchTrack].push_back(f); |
455 } | 455 } |
456 | 456 |
457 // MONO-NOTE STUFF | 457 // MONO-NOTE STUFF |
458 std::cerr << "Mono Note Stuff" << std::endl; | 458 // std::cerr << "Mono Note Stuff" << std::endl; |
459 MonoNote mn; | 459 MonoNote mn; |
460 std::vector<std::vector<std::pair<double, double> > > smoothedPitch; | 460 std::vector<std::vector<std::pair<double, double> > > smoothedPitch; |
461 for (size_t iFrame = 0; iFrame < mpOut.size(); ++iFrame) { | 461 for (size_t iFrame = 0; iFrame < mpOut.size(); ++iFrame) { |
462 std::vector<std::pair<double, double> > temp; | 462 std::vector<std::pair<double, double> > temp; |
463 if (mpOut[iFrame] > 0) | 463 if (mpOut[iFrame] > 0) |