mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-29 02:51:24 +00:00
implement compatible arpeggio flag
This commit is contained in:
parent
3d8991cdb8
commit
6fb5ca0f78
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ void DivEngine::processRow(int i, bool afterDelay) {
|
|||
}
|
||||
}
|
||||
chan[i].doNote=true;
|
||||
if (chan[i].arp!=0) {
|
||||
if (chan[i].arp!=0 && song.compatibleArpeggio) {
|
||||
chan[i].arpYield=true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue