default cycle

This commit is contained in:
Jade (Rose) Rowland 2025-07-08 21:24:27 -04:00
parent 16b2fc0632
commit 63fcce79e0
3 changed files with 3 additions and 4 deletions

View file

@ -23,8 +23,7 @@ export const webaudioOutput = (hap, _deadline, hapDuration, cps, t) => {
t,
hapDuration,
cps,
hap.whole.begin.valueOf(),
// cycle
hap.whole?.begin.valueOf(),
);
};