From 4747fab4ed4c9b139304fb501d7f0ac24e8b16ff Mon Sep 17 00:00:00 2001 From: Ethan Crawford Date: Fri, 15 May 2026 17:24:10 +0800 Subject: [PATCH] Remove outdated continuation link Previously, the docs were designed to work as a series of consecutively read documents. This linear flow is no longer intended, and as such the link at the end of the csound document has become obsolete. This commit removes it, as suggested by a member of the dev team. --- website/src/pages/learn/csound.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/src/pages/learn/csound.mdx b/website/src/pages/learn/csound.mdx index 4ef04419a..072b116ef 100644 --- a/website/src/pages/learn/csound.mdx +++ b/website/src/pages/learn/csound.mdx @@ -150,5 +150,3 @@ In the future, the integration could be improved by passing all patterned contro This could work by a unique [channel](https://kunstmusik.github.io/icsc2022-csound-web/tutorial2-interacting-with-csound/#step-4---writing-continuous-data-channels) for each value. Channels could be read [like this](https://github.com/csound/csound/blob/master/Android/CsoundForAndroid/CsoundAndroidExamples/src/main/res/raw/multitouch_xy.csd). Also, it might make sense to have a standard library of csound instruments for strudel's effects. - -Now, let's dive into the [Functional JavaScript API](/functions/intro)