mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-26 13:08:28 +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);
|
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…
x
Reference in New Issue
Block a user