Revert "release 0.6pre0"

This reverts commit f7566455c2.
This commit is contained in:
tildearrow 2022-04-01 05:20:00 -05:00
parent f7566455c2
commit ffb01dd19c
36 changed files with 140 additions and 364 deletions

View file

@ -1060,11 +1060,10 @@ void DivEngine::processRow(int i, bool afterDelay) {
}
break;
case 0x00: // arpeggio
/*
chan[i].arp=effectVal;
if (chan[i].arp==0 && song.arp0Reset) {
chan[i].resetArp=true;
}*/
}
break;
case 0x0c: // retrigger
if (effectVal!=0) {
@ -1207,9 +1206,6 @@ void DivEngine::processRow(int i, bool afterDelay) {
chan[i].volSpeed=0;
}
break;
case 0xfe: // quit program
abort();
break;
case 0xff: // stop song
freelance=false;