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).