mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 21:48:27 +00:00
fix: lint
This commit is contained in:
parent
6b919132aa
commit
bf5e66d69a
@ -152,9 +152,10 @@ Try patterning the `ply` function, for example using `"<1 2 1 3>"`
|
|||||||
<Box>
|
<Box>
|
||||||
|
|
||||||
In the notation `.off(1/16, x=>x.add(4))`, says:
|
In the notation `.off(1/16, x=>x.add(4))`, says:
|
||||||
- take the original pattern named as `x`
|
|
||||||
- modify `x` with `.add(4)`, and
|
- take the original pattern named as `x`
|
||||||
- play it offset to the original pattern by `1/16` of a cycle.
|
- modify `x` with `.add(4)`, and
|
||||||
|
- play it offset to the original pattern by `1/16` of a cycle.
|
||||||
|
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user