parent
f7566455c2
commit
ffb01dd19c
36 changed files with 140 additions and 364 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue