new arp strategy, part 2

This commit is contained in:
tildearrow 2022-12-17 02:10:20 -05:00
parent 6f22ade69a
commit 2600d4c576
41 changed files with 43 additions and 44 deletions

View file

@ -229,7 +229,7 @@ int DivPlatformPET::dispatch(DivCommand c) {
if (chan[0].active && c.value2) {
if (parent->song.resetMacroOnPorta) chan[0].macroInit(parent->getIns(chan[0].ins,DIV_INS_PET));
}
if (!chan[0].inPorta && c.value && !parent->song.brokenPortaArp && chan[0].std.arp.will) chan[0].baseFreq=NOTE_PERIODIC(chan[0].note);
if (!chan[0].inPorta && c.value && !parent->song.brokenPortaArp && chan[0].std.arp.will && !NEW_ARP_STRAT) chan[0].baseFreq=NOTE_PERIODIC(chan[0].note);
chan[0].inPorta=c.value;
break;
case DIV_CMD_GET_VOLMAX: