From bf5e66d69a921293cca5423866b1ac362abc5f7f Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Tue, 28 May 2024 22:39:49 +0200 Subject: [PATCH] fix: lint --- website/src/pages/workshop/pattern-effects.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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.