fix metronome in virtual tempo

This commit is contained in:
tildearrow 2022-11-09 23:52:10 -05:00
parent d944b97913
commit baa3989502
3 changed files with 16 additions and 11 deletions

View file

@ -2358,6 +2358,7 @@ void DivEngine::reset() {
firstTick=false;
shallStop=false;
shallStopSched=false;
pendingMetroTick=0;
nextSpeed=speed1;
divider=60;
if (curSubSong->customTempo) {