disable MIDI API for debugging… not working for some people
This commit is contained in:
parent
b6092ff039
commit
381f4c7da2
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue