diff --git a/packages/core/cyclist.mjs b/packages/core/cyclist.mjs index 7ffca4a5..6e8171ea 100644 --- a/packages/core/cyclist.mjs +++ b/packages/core/cyclist.mjs @@ -39,7 +39,7 @@ export class Cyclist { if (hap.part.begin.equals(hap.whole.begin)) { const deadline = (hap.whole.begin - begin) / this.cps + tickdeadline + latency; const duration = hap.duration / this.cps; - onTrigger?.(hap, deadline, duration); + onTrigger?.(hap, deadline, duration, this.cps); } }); } catch (e) {