summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob L. Kreuze <jakob@memeware.net>2018-01-13 17:17:25 -0500
committerJakob L. Kreuze <jakob@memeware.net>2018-01-13 17:17:40 -0500
commit728097d5214e07e46c377c9442b986399491d74e (patch)
tree80542d8d761d82b32039c2e5a8db0b5b0fdddd4a
parent65257ac9c8107a6fe8ef0e11478ed02d431ee971 (diff)
Added note about hardcoded soundfont
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index fcc6577..1e9c533 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,13 @@ patching script merely copies my source files into the tree.
Also, this was only tested on the latest SVN checkout (r6576). It _might_ work
on the stable releases, but I don't know for sure.
+This version doesn't have a setting for the soundfont yet; the path is hardcoded
+to `/usr/share/soundfonts/FluidR3_GM.sf2`, and if you want to change that,
+you'll have to edit line 93 of `patch/sdlmusic.cpp`.
+
# Demo Video
-[![Duke on Fluidsynth Demo](http://img.youtube.com/vi/mxkctwRZlHo/0.jpg)](http://www.youtube.com/watch?v=mxkctwRZlHo "Duke on Fluidsynth Demo")
+[![Duke on Fluidsynth](http://img.youtube.com/vi/mxkctwRZlHo/0.jpg)](http://www.youtube.com/watch?v=mxkctwRZlHo "Duke on Fluidsynth")
# Installation