From 6e972f43800c5bcf734643cd5997937f595fc1be Mon Sep 17 00:00:00 2001 From: "Mehmet Ali \"Mali\" Akmanalp" Date: Thu, 27 Feb 2025 10:24:58 +0300 Subject: [PATCH] Fix misplaced ending sentence (#1296) --- website/src/pages/learn/effects.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/pages/learn/effects.mdx b/website/src/pages/learn/effects.mdx index 39f52e9f..2f7eaa7f 100644 --- a/website/src/pages/learn/effects.mdx +++ b/website/src/pages/learn/effects.mdx @@ -293,8 +293,6 @@ global effects use the same chain for all events of the same orbit: -Next, we'll look at strudel's support for [Csound](/learn/csound). - ## Phaser ### phaser @@ -312,3 +310,5 @@ Next, we'll look at strudel's support for [Csound](/learn/csound). ### phasersweep + +Next, we'll look at input / output via [MIDI, OSC and other methods](/learn/input-output).