VRC6: saw volume 63

This commit is contained in:
tildearrow 2022-04-19 21:55:13 -05:00
parent d4380e1524
commit 1a81c6c3e7
1 changed files with 3 additions and 3 deletions

View File

@ -434,9 +434,9 @@ void DivPlatformVRC6::reset() {
chan[i]=DivPlatformVRC6::Channel(); chan[i]=DivPlatformVRC6::Channel();
chan[i].std.setEngine(parent); chan[i].std.setEngine(parent);
} }
// a poll may be necessary to decide the default // HELP
chan[2].vol=30; chan[2].vol=63;
chan[2].outVol=30; chan[2].outVol=63;
if (dumpWrites) { if (dumpWrites) {
addWrite(0xffffffff,0); addWrite(0xffffffff,0);
} }