disable MIDI API for debugging… not working for some people

master
Michael Deal 2013-01-26 20:26:13 -08:00
parent b6092ff039
commit 381f4c7da2
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ MIDI.loadPlugin = function(conf) {
}
///
if (type === "") {
if (navigator.requestMIDIAccess) {
if (false && navigator.requestMIDIAccess) {
type = "webmidi";
} else if (window.webkitAudioContext) { // Chrome
type = "webaudio";