closing issue #8: "First note not played"
This commit is contained in:
parent
877e2a4adb
commit
f84d241f45
2 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,8 @@ if (typeof (MIDI.Soundfont) === "undefined") MIDI.Soundfont = {};
|
|||
|
||||
(function() { "use strict";
|
||||
|
||||
var USE_XHR = false; // Turn on to get "onprogress" event. XHR will not work from file://
|
||||
// Turn on to get "onprogress" event. XHR will not work from file://
|
||||
var USE_XHR = false;
|
||||
|
||||
MIDI.loadPlugin = function(conf) {
|
||||
if (typeof(conf) === "function") conf = { callback: conf };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue