parent
ed903c6e0a
commit
79167c382f
4 changed files with 49 additions and 1 deletions
|
|
@ -1655,6 +1655,7 @@ void DivEngine::playSub(bool preserveDrift, int goalRow) {
|
|||
ticks=1;
|
||||
tempoAccum=0;
|
||||
totalTicks=0;
|
||||
totalTicksOff=0;
|
||||
totalSeconds=0;
|
||||
totalTicksR=0;
|
||||
curMidiClock=0;
|
||||
|
|
@ -3726,6 +3727,7 @@ void DivEngine::quitDispatch() {
|
|||
changeOrd=-1;
|
||||
changePos=0;
|
||||
totalTicks=0;
|
||||
totalTicksOff=0;
|
||||
totalSeconds=0;
|
||||
totalTicksR=0;
|
||||
curMidiClock=0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue