mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-28 15:46:51 -04:00
lint
This commit is contained in:
@@ -96,7 +96,7 @@ export class Cyclist {
|
||||
(phase, duration, _, t) => {
|
||||
try {
|
||||
const start = Math.max(t, this.preparedUntil);
|
||||
end = t + this.prepareTime;
|
||||
const end = t + this.prepareTime;
|
||||
this.preparedUntil = end;
|
||||
|
||||
const haps = this.pattern.queryArc(start, end, { _cps: 1 });
|
||||
|
||||
Reference in New Issue
Block a user