Ticket #8417: MIDIdocs.patch
File MIDIdocs.patch, 4.6 KB (added by , 20 years ago) |
---|
-
doc/05_01.tex
RCS file: /cvsroot/scummvm/scummvm/doc/05_01.tex,v retrieving revision 1.21 diff -u -r1.21 05_01.tex
36 36 &atari, fmtowns, mac, pc, windows)\\ 37 37 --savepath=PATH &Path to where savegames are stored\\ 38 38 --multi-midi &Enable combination of Adlib and native MIDI\\ 39 --soundfont &Select the SoundFont for MIDI playback .(Only\\40 &supported by some MIDI drivers .)\\39 --soundfont &Select the SoundFont for MIDI playback (Only\\ 40 &supported by some MIDI drivers)\\ 41 41 --native-mt32 &True Roland MT-32 (disable GM emulation)\\ 42 --enable-gs &Enable Roland GS mode for MIDI playback\\ 42 43 --output-rate=RATE &Select output sample rate in Hz (e.g. 22050)\\ 43 44 --aspect-ratio &Enable aspect ratio correction\\ 44 45 --render-mode=MODE &Enable additional render modes (cga, ega, hercGreen, hercAmber, amiga)\\ -
doc/07_03.tex
RCS file: /cvsroot/scummvm/scummvm/doc/07_03.tex,v retrieving revision 1.2 diff -u -r1.2 07_03.tex
9 9 Use the appropriate -e<mode> command line option from the list above to 10 10 select your preferred MIDI device. For example, if you wish to use the 11 11 Windows MIDI driver, use the -ewindows option. 12 13 \subsubsection{Using MIDI options to customize Native MIDI output} 14 ScummVM supports a variety of MIDI modes, depending on the capabilities 15 of your MIDI device. 16 17 If --native-mt32 is specified, ScummVM will treat your device as a real 18 MT-32. Because the instrument mappings and system exclusive commands of 19 the MT-32 vary from those of General MIDI devices, you should only 20 enable this option if you are using an actual Roland MT-32, LAPC-I, CM-64, 21 CM-32L, CM-500, or GS device with an MT-32 map. 22 23 If --enable-gs is specified, ScummVM will initialize your GS-compatible 24 device with settings that mimic the MT-32's reverb, (lack of) chorus, 25 pitch bend sensitivity, etc. If it is specified in conjunction with 26 --native-mt32, ScummVM will select the MT-32-compatible map and drumset on 27 your GS device. This setting works better than default GM or GS emulation 28 with games that do not have custom instrument mappings (Loom and Monkey1). 29 You should only specify both settings if you are using a GS device that 30 has an MT-32 map, such as an SC-55, SC-88, SC-88 Pro, SC-8820, SC-8850, etc. 31 Please note that --enable-gs is automatically disabled in both DOTT and 32 Samnmax, since they use General MIDI natively. 33 34 If neither of the above settings is enabled, ScummVM will initialize your 35 device in General MIDI mode and use GM emulation in games with MT-32 36 soundtracks. 37 38 Some games contain sound effects that are exclusive to the Adlib soundtrack. 39 For these games, you may wish to specify --multi-midi in order to combine 40 MIDI music with Adlib sound effects. 41 -
doc/08.tex
RCS file: /cvsroot/scummvm/scummvm/doc/08.tex,v retrieving revision 1.13 diff -u -r1.13 08.tex
102 102 & supported by some MIDI drivers.)\\ 103 103 native\_mt32 &bool If true, disable GM emulation and assume that\\ 104 104 & there is a true Roland MT-32 available.\\ 105 enable\_gs &bool If true, enable Roland GS-specific features to\\ 106 & enhance GM emulation. If native\_mt32 is also\\ 107 & true, the GS device will select an MT-32 map\\ 108 & to play the correct instruments.\\ 105 109 sfx\_volume &number The sfx volume setting (0-255)\\ 106 110 tempo &number The music tempo (50-200) (default: 100)\\ 107 111 speech\_volume &number The speech volume setting (0-255)\\ 108 112 \\ 109 copy\_protection&bool Enable copy protection in SCUMM games ,when\\113 copy\_protection&bool Enable copy protection in SCUMM games, when\\ 110 114 & ScummVM disables it by default.\\ 111 115 demo\_mode &bool Start demo in Maniac Mansion\\ 112 116 alt\_intro &bool Use alternative intro for CD versions of \\