Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #33 from jathak/master
Browse files Browse the repository at this point in the history
Use https for gleitz soundfonts
  • Loading branch information
danigb authored Sep 22, 2016
2 parents 79d5c0c + 2d79399 commit 2a2dc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function isSoundfontURL (name) {
function nameToUrl (name, sf, format) {
format = format === 'ogg' ? format : 'mp3'
sf = sf === 'FluidR3_GM' ? sf : 'MusyngKite'
return 'http://gleitz.github.io/midi-js-soundfonts/' + sf + '/' + name + '-' + format + '.js'
return 'https://gleitz.github.io/midi-js-soundfonts/' + sf + '/' + name + '-' + format + '.js'
}

// In the 1.0.0 release it will be:
Expand Down

0 comments on commit 2a2dc2e

Please sign in to comment.