[Scummvm-cvs-logs] CVS: scummvm/doc 05_01.tex,1.21,1.22 07_03.tex,1.2,1.3 08.tex,1.13,1.14

Eugene Sandulenko sev at users.sourceforge.net
Tue Apr 12 17:14:18 CEST 2005


Update of /cvsroot/scummvm/scummvm/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29566/doc

Modified Files:
	05_01.tex 07_03.tex 08.tex 
Log Message:
Patches #1164217 "Updated GS Support + Percussion Remapping Patch" and
#1181750 "Updated Native MIDI documentation". Thanks _tom a lot.


Index: 05_01.tex
===================================================================
RCS file: /cvsroot/scummvm/scummvm/doc/05_01.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- 05_01.tex	10 Apr 2005 14:33:43 -0000	1.21
+++ 05_01.tex	13 Apr 2005 00:11:41 -0000	1.22
@@ -36,9 +36,10 @@
                           &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.)\\
+  --soundfont             &Select the SoundFont for MIDI playback (Only\\
+                          &supported by some MIDI drivers)\\
   --native-mt32           &True Roland MT-32 (disable GM emulation)\\
+  --enable-gs	     	   &Enable Roland GS mode for MIDI playback\\
   --output-rate=RATE      &Select output sample rate in Hz (e.g. 22050)\\
   --aspect-ratio          &Enable aspect ratio correction\\
   --render-mode=MODE      &Enable additional render modes (cga, ega, hercGreen, hercAmber, amiga)\\

Index: 07_03.tex
===================================================================
RCS file: /cvsroot/scummvm/scummvm/doc/07_03.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 07_03.tex	20 Jan 2004 21:49:46 -0000	1.2
+++ 07_03.tex	13 Apr 2005 00:11:41 -0000	1.3
@@ -9,3 +9,33 @@
 Use the appropriate -e<mode> command line option from the list above to
 select your preferred MIDI device. For example, if you wish to use the
 Windows MIDI driver, use the -ewindows option.
+
+\subsubsection{Using MIDI options to customize Native MIDI output}
+ScummVM supports a variety of MIDI modes, depending on the capabilities
+of your MIDI device.
+
+If --native-mt32 is specified, ScummVM will treat your device as a real
+MT-32. Because the instrument mappings and system exclusive commands of
+the MT-32 vary from those of General MIDI devices, you should only
+enable this option if you are using an actual Roland MT-32, LAPC-I, CM-64,
+CM-32L, CM-500, or GS device with an MT-32 map.
+
+If --enable-gs is specified, ScummVM will initialize your GS-compatible
+device with settings that mimic the MT-32's reverb, (lack of) chorus,
+pitch bend sensitivity, etc. If it is specified in conjunction with
+--native-mt32, ScummVM will select the MT-32-compatible map and drumset on
+your GS device. This setting works better than default GM or GS emulation
+with games that do not have custom instrument mappings (Loom and Monkey1).
+You should only specify both settings if you are using a GS device that
+has an MT-32 map, such as an SC-55, SC-88, SC-88 Pro, SC-8820, SC-8850, etc.
+Please note that --enable-gs is automatically disabled in both DOTT and
+Samnmax, since they use General MIDI natively.
+
+If neither of the above settings is enabled, ScummVM will initialize your
+device in General MIDI mode and use GM emulation in games with MT-32
+soundtracks.
+
+Some games contain sound effects that are exclusive to the Adlib soundtrack.
+For these games, you may wish to specify --multi-midi in order to combine
+MIDI music with Adlib sound effects.
+

Index: 08.tex
===================================================================
RCS file: /cvsroot/scummvm/scummvm/doc/08.tex,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- 08.tex	10 Apr 2005 14:33:43 -0000	1.13
+++ 08.tex	13 Apr 2005 00:11:41 -0000	1.14
@@ -102,11 +102,15 @@
                         &         supported by some MIDI drivers.)\\
         native\_mt32    &bool     If true, disable GM emulation and assume that\\
                         &         there is a true Roland MT-32 available.\\
+	   enable\_gs      &bool     If true, enable Roland GS-specific features to\\
+                        &         enhance GM emulation. If native\_mt32 is also\\
+                        &         true, the GS device will select an MT-32 map\\
+                        &         to play the correct instruments.\\
         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)\\
 \\
-        copy\_protection&bool     Enable copy protection in SCUMM games ,when\\
+        copy\_protection&bool     Enable copy protection in SCUMM games, when\\
                         &         ScummVM disables it by default.\\
         demo\_mode      &bool     Start demo in Maniac Mansion\\
         alt\_intro      &bool     Use alternative intro for CD versions of \\





More information about the Scummvm-git-logs mailing list