what?
This commit is contained in:
parent
20ed22d6e8
commit
19d0ed617a
4 changed files with 41 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue