Introducing the magical I variable

This commit is contained in:
2023-08-04 10:43:37 +02:00
parent beecf49344
commit 44ee91a433
5 changed files with 45 additions and 33 deletions

View File

@ -47,7 +47,7 @@ export class TransportNode extends AudioWorkletNode {
this.$clock.innerHTML = `[${futureTimeStamp.bar} | ${futureTimeStamp.beat} | ${zeroPad(futureTimeStamp.pulse, '2')}]`;
tryEvaluate(
this.app,
this.app.global_buffer
this.app.global_buffer,
);
this.hasBeenEvaluated = true;
this.currentPulsePosition = nextPulsePosition;