mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
i mean HAPPENING and the slide NOT HAPPENING
This commit is contained in:
parent
e25f5b229c
commit
76beedae0c
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ int DivPlatformGB::dispatch(DivCommand c) {
|
|||
chan[c.chan].freqChanged=true;
|
||||
chan[c.chan].note=c.value;
|
||||
break;
|
||||
case DIV_CMD_PRE_PORTA:
|
||||
case DIV_CMD_PRE_PORTA: // aaaaaaaa
|
||||
if (chan[c.chan].active) {
|
||||
chan[c.chan].std.init(parent->getIns(chan[c.chan].ins));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue