adding reset after stop

This commit is contained in:
Fabian Stamm 2017-06-20 16:08:10 +02:00
parent 0a1016ca48
commit 6faa845098
3 changed files with 3 additions and 1 deletions

View File

@ -191,6 +191,7 @@ class Timecode {
this.playing = false;
this.startTime = 0;
});
reset();
}
}
class TrackEvent {

File diff suppressed because one or more lines are too long

View File

@ -213,6 +213,7 @@ class Timecode {
this.playing = false;
this.startTime = 0;
});
reset();
}
}