[Scummvm-cvs-logs] CVS: scummvm/doc 05_01.tex,1.20,1.21 07.tex,1.6,1.7 08.tex,1.12,1.13
Torbjörn Andersson
eriktorbjorn at users.sourceforge.net
Sun Apr 10 07:34:26 CEST 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/gui browser.cpp,1.26,1.27 browser.h,1.16,1.17 launcher.cpp,1.111,1.112 launcher.h,1.21,1.22 options.cpp,1.72,1.73 options.h,1.25,1.26
- Next message: [Scummvm-cvs-logs] CVS: scummvm/base gameDetector.cpp,1.106,1.107
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11090/doc
Modified Files:
05_01.tex 07.tex 08.tex
Log Message:
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.
Index: 05_01.tex
===================================================================
RCS file: /cvsroot/scummvm/scummvm/doc/05_01.tex,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- 05_01.tex 10 Mar 2005 16:29:07 -0000 1.20
+++ 05_01.tex 10 Apr 2005 14:33:43 -0000 1.21
@@ -36,6 +36,8 @@
&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\\
Index: 07.tex
===================================================================
RCS file: /cvsroot/scummvm/scummvm/doc/07.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 07.tex 21 Oct 2004 22:53:54 -0000 1.6
+++ 07.tex 10 Apr 2005 14:33:43 -0000 1.7
@@ -11,18 +11,19 @@
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 @@
\end{verbatim}
\input {07_01.tex}
+\input {07_02b.tex}
\input {07_02a.tex}
\input {07_02.tex}
\input {07_03.tex}
Index: 08.tex
===================================================================
RCS file: /cvsroot/scummvm/scummvm/doc/08.tex,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- 08.tex 12 Mar 2005 00:47:17 -0000 1.12
+++ 08.tex 10 Apr 2005 14:33:43 -0000 1.13
@@ -98,6 +98,8 @@
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)\\
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/gui browser.cpp,1.26,1.27 browser.h,1.16,1.17 launcher.cpp,1.111,1.112 launcher.h,1.21,1.22 options.cpp,1.72,1.73 options.h,1.25,1.26
- Next message: [Scummvm-cvs-logs] CVS: scummvm/base gameDetector.cpp,1.106,1.107
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list