implement compatible arpeggio flag
This commit is contained in:
parent
3d8991cdb8
commit
6fb5ca0f78
|
@ -515,7 +515,7 @@ void DivEngine::processRow(int i, bool afterDelay) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
chan[i].doNote=true;
|
chan[i].doNote=true;
|
||||||
if (chan[i].arp!=0) {
|
if (chan[i].arp!=0 && song.compatibleArpeggio) {
|
||||||
chan[i].arpYield=true;
|
chan[i].arpYield=true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue