aboutsummaryrefslogtreecommitdiff
path: root/doc/08.tex
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-01-14 20:05:56 +0000
committerTorbjörn Andersson2006-01-14 20:05:56 +0000
commita61e62db95d30c9886cf2e66e84f9e753c04f2d5 (patch)
tree8b3f192d2c74ef1c40187d3f106c3ffe56b21bd5 /doc/08.tex
parentd8d6da1ff0defa13d4f458e1a6340c5254c76a2d (diff)
downloadscummvm-rg350-a61e62db95d30c9886cf2e66e84f9e753c04f2d5.tar.gz
scummvm-rg350-a61e62db95d30c9886cf2e66e84f9e753c04f2d5.tar.bz2
scummvm-rg350-a61e62db95d30c9886cf2e66e84f9e753c04f2d5.zip
Lowered FluidSynth's default gain, and added config file and command-line
options to specify it. FluidSynth's gain ranges from 0.0 through 10.0 and is probably measured in decibel, but to keep things simple, ScummVM uses settings from 0 through 1000 instead. (Though currently there's no guard against invalid settings.) This is a slightly revised version of the non-GUI part of patch #1336171. svn-id: r20030
Diffstat (limited to 'doc/08.tex')
-rw-r--r--doc/08.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/08.tex b/doc/08.tex
index 7bde403612..461eee6de4 100644
--- a/doc/08.tex
+++ b/doc/08.tex
@@ -109,6 +109,8 @@ The following keywords are recognized:
sfx\_volume &number The sfx volume setting (0-255)\\
tempo &number The music tempo (50-200) (default: 100)\\
speech\_volume &number The speech volume setting (0-255)\\
+ midi\_gain &number The MIDI gain (0-1000) (default: 100) (Only\\
+ & supported by some MIDI drivers.)\\
\\
copy\_protection&bool Enable copy protection in SCUMM games, when\\
& ScummVM disables it by default.\\