fix delayed note cut

This commit is contained in:
tildearrow 2021-05-16 03:20:32 -05:00
parent 577c2dbb2f
commit 4662e567c2
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ void DivEngine::processRow(int i, bool afterDelay) {
chan[i].legato=effectVal;
break;
case 0xec: // delayed note cut
chan[i].cut=effectVal;
chan[i].cut=effectVal+1;
break;
}
}