Skip to content

Commit

Permalink
util: change again the URL of the MIDI sound font
Browse files Browse the repository at this point in the history
(remove trailing '/' and change http:// to https://)

For issue #23.
  • Loading branch information
moinejf committed Sep 3, 2017
1 parent fef0790 commit f42738d
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
"http://gleitz.github.io/midi-js-soundfonts/FluidR3_GM/",
"https://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 f42738d

Please sign in to comment.