mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +00:00
VRC6: saw volume 63
This commit is contained in:
parent
d4380e1524
commit
1a81c6c3e7
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue