From 14394141b06d810a1a8dc214e6e7d72d64af4829 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Thu, 9 Jun 2022 16:00:27 +0100 Subject: [PATCH] Comment out debug --- src/finer/R3StretcherImpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;