This commit is contained in:
tildearrow 2022-03-26 21:43:15 -05:00
parent 00876a461a
commit 5c11150b87
2 changed files with 9 additions and 0 deletions

View file

@ -289,6 +289,7 @@ int DivPlatformGB::dispatch(DivCommand c) {
chan[c.chan].ins=c.value;
if (c.chan!=2) {
chan[c.chan].vol=parent->getIns(chan[c.chan].ins)->gb.envVol;
// TODO: also change envelope values
}
}
break;