more special waves, more inst editor UI, implement all mixmodes

This commit is contained in:
LTVA1 2024-08-01 22:05:18 +03:00
parent 46e41b5fb4
commit d0a990dcfa
12 changed files with 647 additions and 91 deletions

View file

@ -869,6 +869,7 @@ struct DivInstrumentSID3
bool phase_mod;
unsigned char phase_mod_source, ring_mod_source, sync_source;
bool specialWaveOn;
bool oneBitNoise;
unsigned char special_wave;
unsigned int filter_matrix;
@ -910,6 +911,7 @@ struct DivInstrumentSID3
ring_mod_source(0),
sync_source(0),
specialWaveOn(false),
oneBitNoise(false),
special_wave(0),
filter_matrix(0) {}
};