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.