oh come on OFF stops arpeggio?!
This commit is contained in:
parent
471cd2d68d
commit
ba2c4f46c6
|
@ -166,6 +166,7 @@ void DivEngine::processRow(int i, bool afterDelay) {
|
|||
dispatchCmd(DivCommand(DIV_CMD_NOTE_OFF,i));
|
||||
} else if (!(pat->data[curRow][0]==0 && pat->data[curRow][1]==0)) {
|
||||
chan[i].note=pat->data[curRow][0]+pat->data[curRow][1]*12;
|
||||
chan[i].arp=0;
|
||||
chan[i].doNote=true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue