The Patchbay_

WebMidi.js

Friendly wrapper over the Web MIDI API for sending and receiving MIDI in the browser and Node.

LanguageJavaScript
CategoryMIDI tools
LicenseApache-2.0
PlatformsWeb macOS Windows Linux
Installnpm install webmidi
First released2015
MaintainedYes
LinksWebsite · Source

Strengths

Limitations

Best for

Building browser apps that talk to hardware or virtual MIDI instruments.

Minimal example

import { WebMidi } from "webmidi";
await WebMidi.enable();
const out = WebMidi.outputs[0];
out.playNote("C4");

Alternatives to WebMidi.js

Midopretty_midiMIDIUtilpython-rtmidi

← Back to all tools