html5 audio fix
This commit is contained in:
parent
b95aabcc7b
commit
3110aaa39d
3 changed files with 5 additions and 6 deletions
|
@ -100,7 +100,7 @@ connect.audiotag = function(filetype, instruments, callback) {
|
|||
} else {
|
||||
DOMLoader.script.add({
|
||||
src: MIDI.soundfontUrl + instrumentId + "-" + filetype + ".js",
|
||||
verify: instrumentId,
|
||||
verify: "MIDI.Soundfont." + instrumentId,
|
||||
callback: function() {
|
||||
if (MIDI.loader) MIDI.loader.update(null, "Downloading...", 100);
|
||||
queue.getNext();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue