ECxx
This commit is contained in:
parent
38afdd3378
commit
629cca9df1
|
|
@ -707,7 +707,7 @@ void DivEngine::processRow(int i, bool afterDelay) {
|
||||||
dispatchCmd(DivCommand(DIV_CMD_SAMPLE_BANK,i,effectVal));
|
dispatchCmd(DivCommand(DIV_CMD_SAMPLE_BANK,i,effectVal));
|
||||||
break;
|
break;
|
||||||
case 0xec: // delayed note cut
|
case 0xec: // delayed note cut
|
||||||
if (effectVal>0 && effectVal<nextSpeed) {
|
if (effectVal>0 && (song.delayBehavior==2 || effectVal<nextSpeed)) {
|
||||||
chan[i].cut=effectVal+1;
|
chan[i].cut=effectVal+1;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue