Merge pull request #699 from system64MC/wavetable_interpolation_no_opf2

Wavetable interpolation
This commit is contained in:
tildearrow 2022-10-12 14:26:43 -05:00 committed by GitHub
commit 8be5e5a9e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 77 additions and 9 deletions

View file

@ -5608,6 +5608,7 @@ FurnaceGUI::FurnaceGUI():
#endif
hasACED(false),
waveGenBaseShape(0),
waveInterpolation(0),
waveGenDuty(0.5f),
waveGenPower(1),
waveGenInvertPoint(1.0f),