OscilGen: Make sure fftsize matches oscilsize
commitc784cdb4c99c58d411983a53cb053b303adb0458
authorJohannes Lorenz <j.git@lorenz-ho.me>
Sun, 2 Jan 2022 12:52:22 +0000 (2 13:52 +0100)
committerMark McCurry <mark.d.mccurry@gmail.com>
Sun, 2 Jan 2022 21:39:18 +0000 (2 16:39 -0500)
tree4ef380e18e410751a06216ccf62186861b6bbfab
parentccea566a91c55d437b1475363b9cf5ab83a93536
OscilGen: Make sure fftsize matches oscilsize

This was required to make sure that the OscilGen matches the FFTwrapper.
This also covers an issue in UnisonTest which is fixed in this commit.
src/DSP/FFTwrapper.cpp
src/DSP/FFTwrapper.h
src/Synth/OscilGen.cpp
src/Tests/KitTest.cpp
src/Tests/UnisonTest.cpp