mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
remove lastEnd
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user