diff options
| author | Jakob L. Kreuze <jakob@memeware.net> | 2018-01-13 17:17:25 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <jakob@memeware.net> | 2018-01-13 17:17:40 -0500 |
| commit | 728097d5214e07e46c377c9442b986399491d74e (patch) | |
| tree | 80542d8d761d82b32039c2e5a8db0b5b0fdddd4a /README.md | |
| parent | 65257ac9c8107a6fe8ef0e11478ed02d431ee971 (diff) | |
Added note about hardcoded soundfont
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 -[](http://www.youtube.com/watch?v=mxkctwRZlHo "Duke on Fluidsynth Demo") +[](http://www.youtube.com/watch?v=mxkctwRZlHo "Duke on Fluidsynth") # Installation |