SMS: prepare for an arp+porta fix

This commit is contained in:
tildearrow 2022-06-01 15:15:32 -05:00
parent 6c98f6d051
commit 140318f8d3
1 changed files with 2 additions and 0 deletions

View File

@ -319,6 +319,8 @@ int DivPlatformSMS::dispatch(DivCommand c) {
if (parent->song.resetMacroOnPorta) chan[c.chan].macroInit(parent->getIns(chan[c.chan].ins,DIV_INS_STD));
}
chan[c.chan].inPorta=c.value;
// TODO: pre porta cancel arp compat flag
//if (chan[c.chan].inPorta) chan[c.chan].baseFreq=NOTE_PERIODIC(chan[c.chan].note);
break;
case DIV_CMD_GET_VOLMAX:
return 15;