VRC6: change default saw volume

This commit is contained in:
tildearrow 2022-03-31 15:40:46 -05:00
parent d321292543
commit 2d6a3b93d8
1 changed files with 3 additions and 0 deletions

View File

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