GUI: add a wavetable editor

This commit is contained in:
tildearrow 2021-12-18 17:54:26 -05:00
parent beceefd34b
commit 9d8a2f780b
7 changed files with 214 additions and 5 deletions

View file

@ -134,6 +134,9 @@ class DivEngine {
// is STD system
bool isSTDSystem(DivSystem sys);
// get wave resolution
int getWaveRes(DivSystem sys);
// is channel muted
bool isChannelMuted(int chan);