dev184 - Merge branch 'master' of https://github.com/DevEd2/furnace

This commit is contained in:
tildearrow 2023-10-14 03:19:02 -05:00
commit dd7f4c12e2
6 changed files with 25 additions and 6 deletions

View file

@ -1070,6 +1070,9 @@ void DivEngine::processRow(int i, bool afterDelay) {
} else if (!chan[i].noteOnInhibit) {
dispatchCmd(DivCommand(DIV_CMD_NOTE_ON,i,chan[i].note,chan[i].volume>>8));
chan[i].releasing=false;
if (song.resetArpPhaseOnNewNote) {
chan[i].arpStage=-1;
}
chan[i].goneThroughNote=true;
chan[i].wentThroughNote=true;
keyHit[i]=true;