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

@ -1615,6 +1615,7 @@ class FurnaceGUI {
// wave generator
int waveGenBaseShape;
int waveInterpolation;
float waveGenDuty;
int waveGenPower;
float waveGenInvertPoint;