separate noise frequency, almost all main macros, add wavetable size to sysdef, separate wavetable tab

This commit is contained in:
LTVA1 2024-08-05 12:28:22 +03:00
parent 2e321b66c2
commit 2fb518231a
9 changed files with 638 additions and 289 deletions

View file

@ -870,6 +870,7 @@ struct DivInstrumentSID3
unsigned char phase_mod_source, ring_mod_source, sync_source;
bool specialWaveOn;
bool oneBitNoise;
bool separateNoisePitch;
unsigned char special_wave;
struct Filter
@ -914,6 +915,7 @@ struct DivInstrumentSID3
sync_source(0),
specialWaveOn(false),
oneBitNoise(false),
separateNoisePitch(false),
special_wave(0)
{
filt[0].mode = 16 | 32; //default settings so filter just works, connect to input and channel output