new chan osc, part 6

more adaptations

how can I get you out of my head... I want to go back to work!
This commit is contained in:
tildearrow 2025-03-02 04:11:10 -05:00
parent fe00ee805d
commit 6265d2cd39
27 changed files with 293 additions and 123 deletions

View file

@ -460,8 +460,6 @@ void FurnaceGUI::drawChanOsc() {
// I have a feeling this could be simplified to two FFTs or even one...
// if you know how, please tell me
// TODO: utterly broken!
// initialization
double phase=0.0;
int displaySize=65536.0f*(fft->windowSize/1000.0f);