mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-12 06:08:34 +00:00
rename fay to fit
This commit is contained in:
parent
d126c28b85
commit
0fee279e3d
@ -58,7 +58,7 @@ export function repl({
|
||||
return pat.loopAtCps(cycles, scheduler.cps);
|
||||
});
|
||||
|
||||
const fay = register('fay', (pat) =>
|
||||
const fit = register('fit', (pat) =>
|
||||
pat.withHap((hap) =>
|
||||
hap.withValue((v) => ({
|
||||
...v,
|
||||
@ -70,7 +70,7 @@ export function repl({
|
||||
|
||||
evalScope({
|
||||
loopAt,
|
||||
fay,
|
||||
fit,
|
||||
setCps,
|
||||
setcps: setCps,
|
||||
setCpm,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user