VRC6: change default saw volume

This commit is contained in:
tildearrow 2022-03-31 15:40:46 -05:00
parent d321292543
commit 2d6a3b93d8

View file

@ -430,6 +430,9 @@ void DivPlatformVRC6::reset() {
for (int i=0; i<3; i++) { for (int i=0; i<3; i++) {
chan[i]=DivPlatformVRC6::Channel(); chan[i]=DivPlatformVRC6::Channel();
} }
// a poll may be necessary to decide the default
chan[2].vol=30;
chan[2].outVol=30;
if (dumpWrites) { if (dumpWrites) {
addWrite(0xffffffff,0); addWrite(0xffffffff,0);
} }