GUI: add a wavetable editor
This commit is contained in:
parent
beceefd34b
commit
9d8a2f780b
7 changed files with 214 additions and 5 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue