Format code with prettier
This commit is contained in:
parent
4e25990de9
commit
c98b0e9687
1 changed files with 3 additions and 4 deletions
|
|
@ -39,10 +39,9 @@ const applyOptions = (parent, code) => (pat, i) => {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'degradeBy': {
|
case 'degradeBy': {
|
||||||
pat = strudel.reify(pat)._degradeByWith(
|
pat = strudel
|
||||||
strudel.rand.early(randOffset * op.arguments_.seed),
|
.reify(pat)
|
||||||
op.arguments_.amount ?? 0.5,
|
._degradeByWith(strudel.rand.early(randOffset * op.arguments_.seed), op.arguments_.amount ?? 0.5);
|
||||||
);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'tail': {
|
case 'tail': {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue