-
Notifications
You must be signed in to change notification settings - Fork 12
Web MIDI Link
spessasus edited this page Aug 26, 2024
·
1 revision
This simple module adds Web MIDI Link support to the Synthetizer
instance.
// normal install
import { WebMidiLinkHandler } from "./spessasynth_lib/external_midi/web_midi_link.js";
// npm package
import { WebMidiLinkHandler } from "spessasynth_lib";
Tip
Using the npm package? Make sure you've read this
new WebMidiLinkHandler(synth);
- synth - a
Synthetizer
instance to connect the link to.
Tip
If you encounter any errors in this documentation, please open an issue!
Warning
Make sure you always update worklet_processor.min.js
along with the npm package!