Fix pause/stop issue

This commit is contained in:
2023-10-30 16:14:34 +02:00
parent 4aa7448fa7
commit 707435ee5c
2 changed files with 8 additions and 9 deletions

View File

@ -82,7 +82,7 @@ export class Player extends Event {
};
origin = (): number => {
return this.app.clock.pulses_since_origin;
return this.app.clock.pulses_since_origin + 1;
};
pulse = (): number => {