Skip to content

Simple web app that uses the Web MIDI API to display connected MIDI devices and messages sent from them

License

Notifications You must be signed in to change notification settings

benschmaus/web-midi-console

Repository files navigation

web-midi-console

Web MIDI Chrome app for viewing messages from connected MIDI devices and sending messages to them.

You can try out the Web MIDI Console at factotumo.com/web-midi-console/.

If you'd like to develop locally, do the following.

  1. $ git clone [email protected]:benschmaus/web-midi-console.git
  2. $ cd web-midi-console && python -m SimpleHTTPServer 8000

You can then open http://localhost:8000 in your browser to see a locally running console. The document root of the server is the directory the server is started from. In the above example, it would be <your-checkout-dir>/web-midi-console.

Feedback, feature requests, etc. are welcome.

About

Simple web app that uses the Web MIDI API to display connected MIDI devices and messages sent from them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published