Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

midi music purescript

Last synced: 2 days 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~.