oops
This commit is contained in:
parent
1be93d9bbb
commit
a298ec2177
15 changed files with 46 additions and 0 deletions
|
|
@ -245,6 +245,9 @@ int DivPlatformSMS::dispatch(DivCommand c) {
|
|||
chan[c.chan].active=true;
|
||||
rWrite(0x90|c.chan<<5|(isMuted[c.chan]?15:(15-(chan[c.chan].vol&15))));
|
||||
chan[c.chan].macroInit(parent->getIns(chan[c.chan].ins,DIV_INS_STD));
|
||||
if (!parent->song.brokenOutVol && !chan[c.chan].std.vol.will) {
|
||||
chan[c.chan].outVol=chan[c.chan].vol;
|
||||
}
|
||||
break;
|
||||
case DIV_CMD_NOTE_OFF:
|
||||
chan[c.chan].active=false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue