This commit is contained in:
Jade (Rose) Rowland 2024-08-18 13:21:37 -04:00
parent d3733d4209
commit dcda9a5753
2 changed files with 13 additions and 16 deletions

View file

@ -34,7 +34,6 @@ function connect() {
return connection;
}
// const collator = new ClockCollator({getTargetClockTime: () => (performance.now() + performance.timeOrigin) / 1000});
const collator = new ClockCollator({});
export async function oscTrigger(t_deprecate, hap, currentTime, cps = 1, targetTime) {