From d8eb186ee49d8b0bc2d0ca53f466e3da86fbdc81 Mon Sep 17 00:00:00 2001 From: Bernard Gray Date: Thu, 25 Apr 2024 06:35:34 +1000 Subject: [PATCH 1/2] add `<...>` to recap --- website/src/pages/workshop/first-sounds.mdx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/website/src/pages/workshop/first-sounds.mdx b/website/src/pages/workshop/first-sounds.mdx index 0cb69a34..e456048c 100644 --- a/website/src/pages/workshop/first-sounds.mdx +++ b/website/src/pages/workshop/first-sounds.mdx @@ -270,15 +270,16 @@ This is shorter and more readable than: Now we've learned the basics of the so called Mini-Notation, the rhythm language of Tidal. This is what we've leared so far: -| Concept | Syntax | Example | -| ----------------- | -------- | ----------------------------------------------------------------------- | -| Sequence | space | | -| Sample Number | :x | | -| Rests | - or ~ | | -| Sub-Sequences | \[\] | | -| Sub-Sub-Sequences | \[\[\]\] | | -| Speed up | \* | | -| Parallel | , | | +| Concept | Syntax | Example | +| ------------------- | -------- | ----------------------------------------------------------------------- | +| Sequence | space | | +| Sample Number | :x | | +| Rests | - or ~ | | +| Per Cycle Sequences | \<\> | ")`} /> | +| Sub-Sequences | \[\] | | +| Sub-Sub-Sequences | \[\[\]\] | | +| Speed up | \* | | +| Parallel | , | | The Mini-Notation is usually used inside some function. These are the functions we've seen so far: From 69f8498d4b65614ce19f678a541d5ba5e83bd858 Mon Sep 17 00:00:00 2001 From: Bernard Gray Date: Sat, 27 Apr 2024 14:20:26 +1000 Subject: [PATCH 2/2] Use "Alternate" for `<...>`, consistent with recap page in first-sounds.mdx --- website/src/pages/workshop/first-sounds.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/workshop/first-sounds.mdx b/website/src/pages/workshop/first-sounds.mdx index e456048c..05273ebe 100644 --- a/website/src/pages/workshop/first-sounds.mdx +++ b/website/src/pages/workshop/first-sounds.mdx @@ -275,7 +275,7 @@ This is what we've leared so far: | Sequence | space | | | Sample Number | :x | | | Rests | - or ~ | | -| Per Cycle Sequences | \<\> | ")`} /> | +| Alternate | \<\> | ")`} /> | | Sub-Sequences | \[\] | | | Sub-Sub-Sequences | \[\[\]\] | | | Speed up | \* | |