An open API service indexing awesome lists of open source software.

https://github.com/epost/purescript-midi

PureScript MIDI library based on MIDI.js
https://github.com/epost/purescript-midi

midi music purescript

Last synced: 6 months ago
JSON representation

PureScript MIDI library based on MIDI.js

Awesome Lists containing this project

README

          

#+title:purescript-midi

Alpha-stage experiments towards a MIDI library, based on MIDI.js.

* Build

: npm install -g pulp purescript
: pulp dep install
: pulp browserify > bundle.js

Alternatively, use ~npm run build~.