Ecosyste.ms: Awesome
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: 2 days ago
JSON representation
PureScript MIDI library based on MIDI.js
- Host: GitHub
- URL: https://github.com/epost/purescript-midi
- Owner: epost
- Created: 2015-11-24T16:08:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T13:12:00.000Z (over 7 years ago)
- Last Synced: 2024-12-15T09:27:49.433Z (about 1 month ago)
- Topics: midi, music, purescript
- Language: PureScript
- Size: 4.88 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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.jsAlternatively, use ~npm run build~.