ADDS: Continuation to MIDI and OSC

This commit is contained in:
Bernhard Wagner 2023-02-16 15:16:51 +01:00
parent 451828e5d4
commit 8ffaeeb171

View File

@ -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.