This commit is contained in:
Jade (Rose) Rowland 2024-01-12 18:21:23 -05:00
parent 2386782280
commit ccb42c831c

View File

@ -125,7 +125,7 @@ function createClock(
if (phase === 0) {
phase = t + minLatency;
}
// console.log({ t, phase, tick });
// callback as long as we're inside the lookahead
while (phase < lookahead) {
phase = Math.round(phase * precision) / precision;