fix channel cut not being reset when changing orde

r
This commit is contained in:
tildearrow 2022-02-14 02:43:56 -05:00
parent 939416791b
commit b319614fb5
1 changed files with 3 additions and 0 deletions

View File

@ -4866,6 +4866,9 @@ void DivEngine::playSub(bool preserveDrift, int goalRow) {
if (goal>0 || goalRow>0) {
for (int i=0; i<song.systemLen; i++) disCont[i].dispatch->forceIns();
}
for (int i=0; i<chans; i++) {
chan[i].cut=-1;
}
repeatPattern=oldRepeatPattern;
if (preserveDrift) {
clockDrift=prevDrift;