GUI: revamp instrument editor
This commit is contained in:
parent
7568f1a1b9
commit
325478e37a
4 changed files with 271 additions and 287 deletions
|
|
@ -262,9 +262,6 @@ class DivEngine {
|
|||
// is STD system
|
||||
bool isSTDSystem(DivSystem sys);
|
||||
|
||||
// get wave resolution
|
||||
int getWaveRes(DivSystem sys);
|
||||
|
||||
// is channel muted
|
||||
bool isChannelMuted(int chan);
|
||||
|
||||
|
|
@ -286,15 +283,6 @@ class DivEngine {
|
|||
// get channel max volume
|
||||
int getMaxVolumeChan(int chan);
|
||||
|
||||
// get max STD volume
|
||||
int getMaxVolume();
|
||||
|
||||
// get max STD duty
|
||||
int getMaxDuty();
|
||||
|
||||
// get max STD wave
|
||||
int getMaxWave();
|
||||
|
||||
// get current order
|
||||
unsigned char getOrder();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue