Skip to content
This repository has been archived by the owner on Feb 4, 2018. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 1.34 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.34 KB

⚠️ This library is incomplete and unsupported!

After working more with Elm, I've decided that it is not the right tool for the application that originally led to this library. As a result, I won't be implementing output ports or fixing issues with the code. Feel free to create a fork if you'd like to continue development, but rumor has it that native and effect modules will be completely different in Elm 0.19.

WebMIDI

The WebMIDI API lets you access MIDI devices from the browser. This is an Elm library for using this API.

It's compatible with Elm 0.18 and uses native and effect modules, so it works without any external dependencies.

This library is still in development and the API may change in the future. In particular, only input ports are supported at the moment.

Credits

newlandsvalley/elm-webmidi provided inspiration and is an alternative for older versions of Elm.

newlandsvalley/elm-webmidi-ports is another alternative for Elm 0.18, but uses ports and is therefore not available in the package repository.

elm-lang/websockets provided a helpful example of how to write native integrations and use effect modules.