Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.87 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.87 KB

midimonitor

Midimonitor displays incoming MIDI messages in a web-browser using the WebMIDI API.

MIDI is a communication standard describing how musical instruments can communicate with computers, other musical instruments, or other hardware.

Midimonitor is a single page and single file web application with no external dependencies (well, it downloads a free font from Google, but will work just fine without it).

This is the first web application I created using the WebMIDI API, so it's been my way of learning this API.

Tips and tricks

If you're working with MIDI software development (WebMIDI or native applications), running a MIDI loopback adapter together with this midimonitor is really useful for debugging / monitoring the MIDI messages you send. On Windows, I recommend https://www.tobias-erichsen.de/software/loopmidi.html.

A good native Windows application for monitoring MIDI messages is MIDI-OX - http://www.midiox.com.

Todo

Misc useful links