diff --git a/src/finer/R3StretcherImpl.cpp b/src/finer/R3StretcherImpl.cpp index 836ebf4..95f088c 100644 --- a/src/finer/R3StretcherImpl.cpp +++ b/src/finer/R3StretcherImpl.cpp @@ -651,7 +651,7 @@ R3StretcherImpl::analyseChannel(int c, int inhop, int prevInhop, int prevOuthop) cd->prevSegmentation = cd->segmentation; cd->segmentation = cd->nextSegmentation; cd->nextSegmentation = cd->segmenter->segment(cd->nextClassification.data()); - +/* if (c == 0) { double pb = cd->nextSegmentation.percussiveBelow; double pa = cd->nextSegmentation.percussiveAbove; @@ -673,7 +673,7 @@ R3StretcherImpl::analyseChannel(int c, int inhop, int prevInhop, int prevOuthop) } std::cout << std::endl; } - +*/ double instantaneousRatio = double(prevOuthop) / double(prevInhop); bool specialCaseUnity = true;