mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-05 14:58:03 -04:00
fix: default cyclist
This commit is contained in:
@@ -28,7 +28,7 @@ export function repl({
|
||||
getTime,
|
||||
onToggle,
|
||||
};
|
||||
const scheduler = createCyclist?.(cyclistParams) || new Cyclist(p);
|
||||
const scheduler = createCyclist?.(cyclistParams) || new Cyclist(cyclistParams);
|
||||
|
||||
const setPattern = (pattern, autostart = true) => {
|
||||
pattern = editPattern?.(pattern) || pattern;
|
||||
|
||||
Reference in New Issue
Block a user