From 5c4ad5730997dc4e4f03ef695a8c45823d7d8169 Mon Sep 17 00:00:00 2001 From: Bernard Gray Date: Sat, 27 Apr 2024 10:47:30 +1000 Subject: [PATCH] add signals to recap in first-effects.mdx --- website/src/pages/workshop/first-effects.mdx | 21 ++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/website/src/pages/workshop/first-effects.mdx b/website/src/pages/workshop/first-effects.mdx index e7251624..d49ac0c9 100644 --- a/website/src/pages/workshop/first-effects.mdx +++ b/website/src/pages/workshop/first-effects.mdx @@ -307,15 +307,16 @@ The whole automation will now take 8 cycles to repeat. ## Recap -| name | example | -| ----- | ---------------------------------------------------------------------------------------- | -| lpf | ")`} /> | -| vowel | ")`} /> | -| gain | | -| delay | | -| room | | -| pan | | -| speed | ")`} /> | -| range | | +| name | example | +| ------- | ---------------------------------------------------------------------------------------------------------------- | +| lpf | ")`} /> | +| vowel | ")`} /> | +| gain | | +| delay | | +| room | | +| pan | | +| speed | ")`} /> | +| signals | `sine`, `saw`, `square`, `tri`, `rand`, `perlin`
| +| range | | Let us now take a look at some of Tidal's typical [pattern effects](/workshop/pattern-effects).