rename fay to fit
This commit is contained in:
parent
d126c28b85
commit
0fee279e3d
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue