Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.70K
~5K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for vegaseat

Browsers dropped support for playing MIDI files natively over time. You might want to try MIDI.js, a JavaScript based cross browser library. Add the MIDI.js script to your webpage: <script type='text/javascript' src='http://www.midijs.net/lib/midi.js'></script> Add a link to start playing: <a href="#" onClick="MIDIjs.play('path/to/yoursong.midi');">Play My Song</a> Take a look at http://www.midjs.net for details.

Member Avatar for Johannes_2
0
5K

The End.