aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-04-10 14:33:44 +0000
committerTorbjörn Andersson2005-04-10 14:33:44 +0000
commit13dc149ded691e718905049990dd0220230c500e (patch)
tree188daa35002ceb085c35778f63918e4b66365723 /doc
parent53a64266c8963f46be68f54fcd1fb89432a02826 (diff)
downloadscummvm-rg350-13dc149ded691e718905049990dd0220230c500e.tar.gz
scummvm-rg350-13dc149ded691e718905049990dd0220230c500e.tar.bz2
scummvm-rg350-13dc149ded691e718905049990dd0220230c500e.zip
Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation
changes. There are a few things that could use a bit more work, and I've only tested it on my Linux box. I have verified that ScummVM still compiles when it's disabled, though, so it shouldn't break anything too badly. svn-id: r17512
Diffstat (limited to 'doc')
-rw-r--r--doc/05_01.tex2
-rw-r--r--doc/07.tex26
-rw-r--r--doc/08.tex2
3 files changed, 18 insertions, 12 deletions
diff --git a/doc/05_01.tex b/doc/05_01.tex
index 5f91f8db5b..2afc462e53 100644
--- a/doc/05_01.tex
+++ b/doc/05_01.tex
@@ -36,6 +36,8 @@ Usage: scummvm [OPTIONS]... [GAME]\\
&atari, fmtowns, mac, pc, windows)\\
--savepath=PATH &Path to where savegames are stored\\
--multi-midi &Enable combination of Adlib and native MIDI\\
+ --soundfont &Select the SoundFont for MIDI playback. (Only\\
+ &supported by some MIDI drivers.)\\
--native-mt32 &True Roland MT-32 (disable GM emulation)\\
--output-rate=RATE &Select output sample rate in Hz (e.g. 22050)\\
--aspect-ratio &Enable aspect ratio correction\\
diff --git a/doc/07.tex b/doc/07.tex
index f4c2a61459..f9662cdb9a 100644
--- a/doc/07.tex
+++ b/doc/07.tex
@@ -11,18 +11,19 @@ manual configuration. If you ARE using MIDI, you have several different
choices of output, depending on your operating system and configuration.
\begin{tabular}[h]{ll}
- adlib & Uses internal Adlib Emulation (default)\\
- mt32 & Uses internal MT-32 Emulation\\
- pcjr & Uses internal PCjr Emulation \\
- pcspk & Uses internal PC Speaker Emulation\\
- towns & Uses FM-TOWNS YM2612 Emulation\\
- windows & Windows MIDI. Uses built-in sequencer, for Windows users\\
- seq & Uses /dev/sequencer for MIDI, *nix users. See below.\\
- qt & Quicktime sound, for Macintosh users.\\
- core & CoreAudio sound, for MacOS X users.\\
- amidi & Uses the MorphOS MIDI system, for MorphOS users\\
- alsa & Output using ALSA sequencer device. See below.\\
- null & Null output. Don't play any music.\\
+ adlib & Uses internal Adlib Emulation (default)\\
+ fluidsynth & Uses FluidSynth MIDI Emulation\\
+ mt32 & Uses internal MT-32 Emulation\\
+ pcjr & Uses internal PCjr Emulation \\
+ pcspk & Uses internal PC Speaker Emulation\\
+ towns & Uses FM-TOWNS YM2612 Emulation\\
+ windows & Windows MIDI. Uses built-in sequencer, for Windows users\\
+ seq & Uses /dev/sequencer for MIDI, *nix users. See below.\\
+ qt & Quicktime sound, for Macintosh users.\\
+ core & CoreAudio sound, for MacOS X users.\\
+ amidi & Uses the MorphOS MIDI system, for MorphOS users\\
+ alsa & Output using ALSA sequencer device. See below.\\
+ null & Null output. Don't play any music.\\
\end{tabular}
To select a sound driver, pass its name via the '-e' option to scummvm,
@@ -32,6 +33,7 @@ for example:
\end{verbatim}
\input {07_01.tex}
+\input {07_02b.tex}
\input {07_02a.tex}
\input {07_02.tex}
\input {07_03.tex}
diff --git a/doc/08.tex b/doc/08.tex
index a6a17a6b7c..56e829415d 100644
--- a/doc/08.tex
+++ b/doc/08.tex
@@ -98,6 +98,8 @@ The following keywords are recognized:
music\_volume &number The music volume setting (0-255)\\
multi\_midi &bool If true, enable combination Adlib and native\\
& MIDI.\\
+ soundfont &string The SoundFont to use for MIDI playback. (Only\\
+ & supported by some MIDI drivers.)\\
native\_mt32 &bool If true, disable GM emulation and assume that\\
& there is a true Roland MT-32 available.\\
sfx\_volume &number The sfx volume setting (0-255)\\