Mercurial > hg > pyin
changeset 67:d1f89559321a tony
undid that change
author | matthiasm |
---|---|
date | Wed, 02 Apr 2014 17:42:56 +0100 |
parents | e2bbf853513d |
children | 63773a20ae22 01057d57dd9a |
files | PYinVamp.cpp |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/PYinVamp.cpp Wed Apr 02 17:36:00 2014 +0100 +++ b/PYinVamp.cpp Wed Apr 02 17:42:56 2014 +0100 @@ -370,7 +370,6 @@ bool isLowAmplitude = (rms < lowAmp); float factor = ((rms+0.01*lowAmp)/(1.01*lowAmp)); // std::cerr << rms << " " << factor << std::endl; - factor *= factor; Yin::YinOutput yo = m_yin.processProbabilisticYin(dInputBuffers); delete [] dInputBuffers; @@ -459,7 +458,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) {