diff --git a/README.md b/README.md index 7d6accba..9db9e56a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ SoundFont2 based realtime synthetizer and MIDI player written in JavaScript usin - Modular design allows easy integrations into other projects - Written in pure JavaScript using WebAudio API (Every modern browser supports it) - No dependencies (Node.js is only required for the app, the core synth and sequencer library needs no dependencies) -- Comes bundled with a small [GeneralUser GS](https://schristiancollins.com/generaluser.php) soundFont to get you started +- Comes bundled with a compressed [SGM](https://musical-artifacts.com/artifacts/855) SoundFont to get you started ### Limitations - It might not sound as good as other synthetizers (e.g. FluidSynth or BASSMIDI) diff --git a/index.html b/index.html index bb21a4bc..7c146df4 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@