dev184 - Merge branch 'master' of https://github.com/DevEd2/furnace
This commit is contained in:
commit
dd7f4c12e2
6 changed files with 25 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue