mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-14 15:18:33 +00:00
cleaning
This commit is contained in:
parent
2386782280
commit
ccb42c831c
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user