mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
VRC6: change default saw volume
This commit is contained in:
parent
d321292543
commit
2d6a3b93d8
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue