new chan osc, part 3

fix the jerkiness!
This commit is contained in:
tildearrow 2025-03-01 18:46:11 -05:00
parent 10e60ec8c1
commit c0e4552c52
2 changed files with 16 additions and 5 deletions

View file

@ -2636,7 +2636,7 @@ class FurnaceGUI {
double inBufPosFrac;
double waveLen;
int waveLenBottom, waveLenTop, relatedCh;
float pitch, windowSize, phaseOff;
float pitch, windowSize, phaseOff, debugPhase;
unsigned short needle;
bool ready, loudEnough, waveCorr;
fftw_plan plan;
@ -2657,6 +2657,7 @@ class FurnaceGUI {
pitch(0.0f),
windowSize(1.0f),
phaseOff(0.0f),
debugPhase(0.0f),
needle(0),
ready(false),
loudEnough(false),