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);
|
return pat.loopAtCps(cycles, scheduler.cps);
|
||||||
});
|
});
|
||||||
|
|
||||||
const fay = register('fay', (pat) =>
|
const fit = register('fit', (pat) =>
|
||||||
pat.withHap((hap) =>
|
pat.withHap((hap) =>
|
||||||
hap.withValue((v) => ({
|
hap.withValue((v) => ({
|
||||||
...v,
|
...v,
|
||||||
|
|
@ -70,7 +70,7 @@ export function repl({
|
||||||
|
|
||||||
evalScope({
|
evalScope({
|
||||||
loopAt,
|
loopAt,
|
||||||
fay,
|
fit,
|
||||||
setCps,
|
setCps,
|
||||||
setcps: setCps,
|
setcps: setCps,
|
||||||
setCpm,
|
setCpm,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue