mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +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;
|
chan[c.chan].ins=c.value;
|
||||||
break;
|
break;
|
||||||
case DIV_CMD_PITCH: {
|
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;
|
break;
|
||||||
}
|
}
|
||||||
case DIV_CMD_NOTE_PORTA: {
|
case DIV_CMD_NOTE_PORTA: {
|
||||||
|
|
Loading…
Reference in a new issue