wavetables and samples for SID3! (unfinished)

This commit is contained in:
LTVA1 2024-08-09 14:30:45 +03:00
parent 2a322bff4f
commit 6bf391b4bc
9 changed files with 522 additions and 86 deletions

View file

@ -873,6 +873,7 @@ struct DivInstrumentSID3
bool oneBitNoise;
bool separateNoisePitch;
unsigned char special_wave;
bool doWavetable;
struct Filter
{
@ -938,7 +939,8 @@ struct DivInstrumentSID3
specialWaveOn(false),
oneBitNoise(false),
separateNoisePitch(false),
special_wave(0)
special_wave(0),
doWavetable(false)
{
filt[0].mode = 16 | 32; //default settings so filter just works, connect to input and channel output
filt[0].output_volume = 0xff;