new chan osc, part 3
fix the jerkiness!
This commit is contained in:
parent
10e60ec8c1
commit
c0e4552c52
2 changed files with 16 additions and 5 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue