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
- Host: GitHub
- URL: https://github.com/epost/purescript-midi
- Owner: epost
- Created: 2015-11-24T16:08:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T13:12:00.000Z (over 8 years ago)
- Last Synced: 2025-02-08T07:12:06.899Z (8 months 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~.