parent
0a63399dcf
commit
2343cdecc5
5 changed files with 93 additions and 9 deletions
|
|
@ -957,6 +957,8 @@ 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].goneThroughNote=true;
|
||||
chan[i].wentThroughNote=true;
|
||||
keyHit[i]=true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue