mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
PCE: note off disables PCM mode
This commit is contained in:
parent
daed339e07
commit
2dcf5f890e
1 changed files with 2 additions and 0 deletions
|
@ -160,6 +160,8 @@ int DivPlatformPCE::dispatch(DivCommand c) {
|
||||||
chan[c.chan].std.init(parent->getIns(chan[c.chan].ins));
|
chan[c.chan].std.init(parent->getIns(chan[c.chan].ins));
|
||||||
break;
|
break;
|
||||||
case DIV_CMD_NOTE_OFF:
|
case DIV_CMD_NOTE_OFF:
|
||||||
|
chan[c.chan].dacSample=-1;
|
||||||
|
chan[c.chan].pcm=false;
|
||||||
chan[c.chan].active=false;
|
chan[c.chan].active=false;
|
||||||
chan[c.chan].keyOff=true;
|
chan[c.chan].keyOff=true;
|
||||||
chan[c.chan].std.init(NULL);
|
chan[c.chan].std.init(NULL);
|
||||||
|
|
Loading…
Reference in a new issue