From 42caa9058b781f7a14e734e23ffd2711363e0ba4 Mon Sep 17 00:00:00 2001 From: Bernhard Wagner Date: Thu, 16 Feb 2023 15:00:17 +0100 Subject: [PATCH] ADDS: Continuation to Synths --- website/src/pages/learn/samples.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/pages/learn/samples.mdx b/website/src/pages/learn/samples.mdx index 4720e5fa..4e6e3cda 100644 --- a/website/src/pages/learn/samples.mdx +++ b/website/src/pages/learn/samples.mdx @@ -322,3 +322,5 @@ Sampler effects are functions that can be used to change the behaviour of sample ### speed + +After samples, let's see what [Synths](/learn/synths) afford us.