Skip to content

Commit

Permalink
mqtt documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Nov 30, 2024
1 parent 63b57d1 commit ee1acd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/pages/learn/input-output.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ layout: ../../layouts/MainLayout.astro
import { MiniRepl } from '../../docs/MiniRepl';
import { JsDoc } from '../../docs/JsDoc';

# MIDI and OSC
# MIDI, OSC and MQTT

The default audio output of Strudel uses the [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API).
It is also possible to use Strudel with MIDI and OSC / [SuperDirt](https://github.com/musikinformatik/SuperDirt/) instead.
It is also possible to use Strudel with MIDI, OSC / [SuperDirt](https://github.com/musikinformatik/SuperDirt/), or the MQTT protocol instead.

# MIDI API

Expand Down

0 comments on commit ee1acd3

Please sign in to comment.