Skip to content

Commit

Permalink
play: change the URL of the MIDI sound font
Browse files Browse the repository at this point in the history
The new URL is smaller than the previous one.
I don't know if this commit fixes the issue #23.
  • Loading branch information
moinejf committed Sep 1, 2017
1 parent 95107c1 commit b0aac5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/toaudio5.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function Audio5(i_onend, sf, i_onnote) {

// instruments/notes
sfu = // soundfont default URL
"https://raw.githubusercontent.com/gleitz/midi-js-soundfonts/gh-pages/FluidR3_GM",
"http://gleitz.github.io/midi-js-soundfonts/FluidR3_GM/",
sft = "js", // soundfont type:
// - "js" midi-js with encoded data structure
// - "mp3" midi-js mp3 samples
Expand Down

0 comments on commit b0aac5d

Please sign in to comment.