MIDI.js
MIDI.js copied to clipboard
Consistently use webkitAudioContext as an alias for AudioContext
MIDI.js does consider webkitAudioContext as an alternative to AudioContext in some places, but not consistently so far. The commit at hand changes that. This is required to support WebAudio on Safari at least till version 10, see http://caniuse.com/#feat=audio-api for use of this prefix.