Publish MIDI.js as npm module
See original GitHub issueWouldn’t be nice to be able to do npm install midi-js?
I had a fork of the repo and I will do it myself as I will need it for a project of mine, I can send a pull request afterwards, unless the owners have a different idea about this.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:14
- Comments:9 (2 by maintainers)
Top Results From Across the Web
midi - npm
A node.js wrapper for the RtMidi C++ library that provides realtime MIDI I/O. RtMidi supports Linux (ALSA & Jack), Macintosh OS X (CoreMidi) ......
Read more >jptv-midi-js - npm Package Health Analysis | Snyk
Learn more about jptv-midi-js: package health score, popularity, security, maintenance, ... Latest version published 5 years ago. License: MIT. NPM.
Read more >midi-json-parser - NPM Package Overview - Socket - Socket.dev
This module is parsing midi files into a human-readable JSON object. Version: 8.1.15 was published by chrisguttandin. Start using Socket to analyze ...
Read more >Use native node modules midi / easymidi with electron
that you can compare with your current version of Node.js. I solved that exactly same error with the use of electron-rebuild: npm install...
Read more >Html-midi-player - npm.io
add the node_modules/html-midi-player/dist/midi-player.min.js bundle directly to your page, along with the dependencies ( node_modules/tone/build/Tone.js , ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I have published as an npm module an ES6 modular version of the system as
midicube: https://www.npmjs.com/package/midicube (as noted, midijs was already taken as a name, so took midicube as an homage to our great mudcube).This is my first npm module, so happy to take comments/suggestions/improvements at https://github.com/mscuthbert/midicube
To run from that version directly in a script run:
and then point your
<script>tag tobuild/midicube.js. This will expose the globalMIDIwhich is necessary to load soundfonts. If used within another script, be sure to monkeypatch window.MIDI in order to load soundfonts.My apologies! I assumed given the previous conversation that there was no intent to take any further action in this repository. Issue re-opened.