mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-30 08:23:18 -04:00
cleaning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user