the cursor can't get tired

This commit is contained in:
tildearrow 2022-10-02 01:54:31 -05:00
parent 492b1a8347
commit 76f1717b14
1 changed files with 2 additions and 0 deletions

View File

@ -1143,6 +1143,8 @@ bool DivEngine::nextTick(bool noAccum, bool inhibitLowLat) {
break;
}
}
// under no circumstances shall the accumulator become this large
if (tempoAccum>1023) tempoAccum=1023;
}
// process stuff
for (int i=0; i<chans; i++) {