MQTT support (#1224)
* Add mqtt() method and documentation * Documentation clarifications for MIDI and OSC
This commit is contained in:
parent
ef53367ba9
commit
c66f19108c
7 changed files with 230 additions and 14 deletions
|
|
@ -81,6 +81,7 @@ export function loadModules() {
|
|||
import('@strudel/soundfonts'),
|
||||
import('@strudel/csound'),
|
||||
import('@strudel/tidal'),
|
||||
import('@strudel/mqtt'),
|
||||
];
|
||||
if (isTauri()) {
|
||||
modules = modules.concat([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue