Merge pull request #548 from tidalcycles/stop-pause

fix: reset time on stop
This commit is contained in:
Felix Roos
2023-03-29 22:23:07 +02:00
committed by GitHub
+1
View File
@@ -74,6 +74,7 @@ export class Cyclist {
stop() {
logger('[cyclist] stop');
this.clock.stop();
this.lastEnd = 0;
this.setStarted(false);
}
setPattern(pat, autostart = false) {