mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
ASDFGHJK
This commit is contained in:
parent
ced2940336
commit
ff1263aadf
1 changed files with 0 additions and 3 deletions
|
@ -148,9 +148,6 @@ int DivPlatformMSM6295::dispatch(DivCommand c) {
|
|||
chan[c.chan].ins=c.value;
|
||||
break;
|
||||
case DIV_CMD_PITCH: {
|
||||
if (c.chan==15 && !chan[c.chan].furnacePCM) break;
|
||||
chan[c.chan].pitch=c.value;
|
||||
chan[c.chan].freqChanged=true;
|
||||
break;
|
||||
}
|
||||
case DIV_CMD_NOTE_PORTA: {
|
||||
|
|
Loading…
Reference in a new issue