From 4262674e612270c991d5ef3bab37959b80411495 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 2 Jun 2022 01:36:28 -0500 Subject: [PATCH] GUI: remove debug text in per-chan osc --- src/gui/chanOsc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/chanOsc.cpp b/src/gui/chanOsc.cpp index 168f469d..f9b01622 100644 --- a/src/gui/chanOsc.cpp +++ b/src/gui/chanOsc.cpp @@ -162,8 +162,8 @@ void FurnaceGUI::drawChanOsc() { double phase=((double)buf->rate/(FURNACE_FFT_RATE*point))*(0.5+(atan2(candPoint[1],candPoint[0])/(M_PI*2))); //printf("%d cphase: %f\n",ch,phase*((double)buf->rate/FURNACE_FFT_RATE)); - String cPhase=fmt::sprintf("%d cphase: %f\n",point,phase); - dl->AddText(inRect.Min,0xffffffff,cPhase.c_str()); + //String cPhase=fmt::sprintf("%d cphase: %f\n",point,phase); + //dl->AddText(inRect.Min,0xffffffff,cPhase.c_str()); needlePos=fft->needle; needlePos-=phase;