mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
Format code with prettier
This commit is contained in:
parent
4e25990de9
commit
c98b0e9687
@ -39,10 +39,9 @@ const applyOptions = (parent, code) => (pat, i) => {
|
||||
break;
|
||||
}
|
||||
case 'degradeBy': {
|
||||
pat = strudel.reify(pat)._degradeByWith(
|
||||
strudel.rand.early(randOffset * op.arguments_.seed),
|
||||
op.arguments_.amount ?? 0.5,
|
||||
);
|
||||
pat = strudel
|
||||
.reify(pat)
|
||||
._degradeByWith(strudel.rand.early(randOffset * op.arguments_.seed), op.arguments_.amount ?? 0.5);
|
||||
break;
|
||||
}
|
||||
case 'tail': {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user