From 1a72b9e5267909de1dd8f9b427c5f7f56aaa5429 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Fri, 31 May 2024 11:07:56 +0200 Subject: [PATCH] wording --- website/src/pages/workshop/first-effects.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/pages/workshop/first-effects.mdx b/website/src/pages/workshop/first-effects.mdx index d82fd580..4a152224 100644 --- a/website/src/pages/workshop/first-effects.mdx +++ b/website/src/pages/workshop/first-effects.mdx @@ -262,7 +262,7 @@ By the way, inside Mini-Notation, `fast` is `*` and `slow` is `/`. ")`} /> -## automation with signals +## modulation with signals Instead of changing values stepwise, we can also control them with signals: @@ -290,7 +290,7 @@ What happens if you flip the range values? -We can change the automation speed with slow / fast: +We can change the modulation speed with slow / fast: -The whole automation will now take 8 cycles to repeat. +The whole modulation will now take 8 cycles to repeat.