From 8ffaeeb1717395b332756c5f7cb8edc9d90a5d7a Mon Sep 17 00:00:00 2001 From: Bernhard Wagner Date: Thu, 16 Feb 2023 15:16:51 +0100 Subject: [PATCH] ADDS: Continuation to MIDI and OSC --- website/src/pages/learn/tonal.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/pages/learn/tonal.mdx b/website/src/pages/learn/tonal.mdx index ccdcdcba..5932d4a9 100644 --- a/website/src/pages/learn/tonal.mdx +++ b/website/src/pages/learn/tonal.mdx @@ -70,3 +70,5 @@ Together with layer, struct and voicings, this can be used to create a basic bac x => x.rootNotes(2).note().s('sawtooth').cutoff(800) )`} /> + +So far, we've stayed within the browser. [MIDI and OSC](/learn/input-output) are ways to break out of it.