MIDIPlayer
MIDIPlayer allows you to play MIDI files in your browser with the help of the WebMIDIAPI.
MIDIPlayer can be used either in modern browsers (pick the last bundle) or with NodeJS by installing the following NPM module :
npm install midiplayer
This player is used for this MIDI Karaoke Player
Usage
//Require MIDIPlayer and MIDIFile modulesvar MIDIPlayer = ;var MIDIFile = ; navigator;
License
Copyright Nicolas Froidure 2013. MIT licence.