remove lastEnd

This commit is contained in:
Felix Roos 2022-08-12 01:27:01 +02:00
parent 86a68d78c1
commit ea1ffca4ae

View File

@ -23,7 +23,6 @@ export class Scheduler {
return;
}
if (e.context.onTrigger) {
this.lastEnd = end;
const ctxTime = e.whole.begin / this.cps + this.startedAt + latency;
e.context.onTrigger(ctxTime, e, this.audioContext.currentTime, this.cps);
}