mudcube / MIDI.js

:musical_keyboard: Making life easy to create a MIDI-app on the web. Includes a library to program synesthesia into your app for memory recognition or for creating trippy effects. Convert soundfonts for Guitar, Bass, Drums, ect. into code that can be read by the browser. Supports multiple simultaneous instruments and perfect timing.
http://mudcu.be/midi-js/
MIT License
3.81k stars 640 forks source link

MIDI.js does not work on IE8 (5.8% of users affected) #28

Closed etayluz closed 10 years ago

etayluz commented 11 years ago

I've tested MIDI.js on IE8 and received the following errors:

Object doesn't support property or method WebMIDIAPI.js, line 407 character 9 Object.defineProperty

mudcube commented 11 years ago

Try removing the WebMIDIAPI.js from the .html... This file is only there to test out the latest and greatest (upcoming MIDI API)... so it should be able to be removed without hurting anything. This one: `

`

mudcube commented 11 years ago

Ok, removed the reference from the repo. I'm not near an IE8 machine, so let me know if it's all good ;)

mudcube commented 10 years ago

MIDI.js is not planning on supporting IE8.