mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 06:53:01 +00:00
OPLL: freqChanged during note off?
This commit is contained in:
parent
513ab09e7c
commit
1fae16514c
1 changed files with 2 additions and 0 deletions
|
@ -456,12 +456,14 @@ int DivPlatformOPLL::dispatch(DivCommand c) {
|
|||
if (c.chan>=9 && !properDrums) return 0;
|
||||
chan[c.chan].keyOff=true;
|
||||
chan[c.chan].keyOn=false;
|
||||
chan[c.chan].freqChanged=true;
|
||||
chan[c.chan].active=false;
|
||||
break;
|
||||
case DIV_CMD_NOTE_OFF_ENV:
|
||||
if (c.chan>=9 && !properDrums) return 0;
|
||||
chan[c.chan].keyOff=true;
|
||||
chan[c.chan].keyOn=false;
|
||||
chan[c.chan].freqChanged=true;
|
||||
chan[c.chan].active=false;
|
||||
chan[c.chan].std.release();
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue