diff --git a/website/src/pages/workshop/pattern-effects.mdx b/website/src/pages/workshop/pattern-effects.mdx index d9b65c4f..9c632630 100644 --- a/website/src/pages/workshop/pattern-effects.mdx +++ b/website/src/pages/workshop/pattern-effects.mdx @@ -152,9 +152,10 @@ Try patterning the `ply` function, for example using `"<1 2 1 3>"` In the notation `.off(1/16, x=>x.add(4))`, says: - - take the original pattern named as `x` - - modify `x` with `.add(4)`, and - - play it offset to the original pattern by `1/16` of a cycle. + +- take the original pattern named as `x` +- modify `x` with `.add(4)`, and +- play it offset to the original pattern by `1/16` of a cycle.