From 0fd783e83fb2ba36efcdaad4f7b1201fc54d19e0 Mon Sep 17 00:00:00 2001 From: Bernhard Wagner Date: Thu, 16 Feb 2023 15:03:58 +0100 Subject: [PATCH] ADDS: Continuation to Functional JavaScript API --- website/src/pages/learn/csound.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/pages/learn/csound.mdx b/website/src/pages/learn/csound.mdx index 24f41ce5..8f854c21 100644 --- a/website/src/pages/learn/csound.mdx +++ b/website/src/pages/learn/csound.mdx @@ -150,3 +150,5 @@ 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)