WaveSynth: initialize wave to 0 on SCC/Bubble Syst

This commit is contained in:
tildearrow 2022-06-09 18:16:51 -05:00
parent eac4f50d92
commit dd05429c0e
4 changed files with 9 additions and 4 deletions

View file

@ -332,7 +332,7 @@ void DivPlatformSCC::reset() {
for (int i=0; i<5; i++) {
chan[i]=DivPlatformSCC::Channel();
chan[i].std.setEngine(parent);
chan[i].ws.setEngine(parent);
chan[i].ws.setEngine(parent,128);
chan[i].ws.init(NULL,32,255,false);
chan[i].vol=15;
chan[i].outVol=15;