This commit is contained in:
tildearrow 2023-09-02 23:57:55 -05:00
parent 20ed22d6e8
commit 19d0ed617a
4 changed files with 41 additions and 27 deletions

View file

@ -2060,14 +2060,18 @@ class FurnaceGUI {
double inBufPosFrac;
unsigned short needle;
fftw_complex* outBuf;
double* corrBuf;
fftw_plan plan;
fftw_plan planI;
ChanOscStatus():
inBuf(NULL),
inBufPos(0),
inBufPosFrac(0.0f),
needle(0),
outBuf(NULL),
plan(NULL) {}
corrBuf(NULL),
plan(NULL),
planI(NULL) {}
} chanOscChan[DIV_MAX_CHANS];
// visualizer