Ticket #8417: MIDIdocs.patch

File MIDIdocs.patch, 4.6 KB (added by SF/tbcarey, 19 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
     
    3636                          &atari, fmtowns, mac, pc, windows)\\
    3737  --savepath=PATH         &Path to where savegames are stored\\
    3838  --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)\\
    4141  --native-mt32           &True Roland MT-32 (disable GM emulation)\\
     42  --enable-gs              &Enable Roland GS mode for MIDI playback\\
    4243  --output-rate=RATE      &Select output sample rate in Hz (e.g. 22050)\\
    4344  --aspect-ratio          &Enable aspect ratio correction\\
    4445  --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
     
    99Use the appropriate -e<mode> command line option from the list above to
    1010select your preferred MIDI device. For example, if you wish to use the
    1111Windows MIDI driver, use the -ewindows option.
     12
     13\subsubsection{Using MIDI options to customize Native MIDI output}
     14ScummVM supports a variety of MIDI modes, depending on the capabilities
     15of your MIDI device.
     16
     17If --native-mt32 is specified, ScummVM will treat your device as a real
     18MT-32. Because the instrument mappings and system exclusive commands of
     19the MT-32 vary from those of General MIDI devices, you should only
     20enable this option if you are using an actual Roland MT-32, LAPC-I, CM-64,
     21CM-32L, CM-500, or GS device with an MT-32 map.
     22
     23If --enable-gs is specified, ScummVM will initialize your GS-compatible
     24device with settings that mimic the MT-32's reverb, (lack of) chorus,
     25pitch bend sensitivity, etc. If it is specified in conjunction with
     26--native-mt32, ScummVM will select the MT-32-compatible map and drumset on
     27your GS device. This setting works better than default GM or GS emulation
     28with games that do not have custom instrument mappings (Loom and Monkey1).
     29You should only specify both settings if you are using a GS device that
     30has an MT-32 map, such as an SC-55, SC-88, SC-88 Pro, SC-8820, SC-8850, etc.
     31Please note that --enable-gs is automatically disabled in both DOTT and
     32Samnmax, since they use General MIDI natively.
     33
     34If neither of the above settings is enabled, ScummVM will initialize your
     35device in General MIDI mode and use GM emulation in games with MT-32
     36soundtracks.
     37
     38Some games contain sound effects that are exclusive to the Adlib soundtrack.
     39For these games, you may wish to specify --multi-midi in order to combine
     40MIDI 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
     
    102102                        &         supported by some MIDI drivers.)\\
    103103        native\_mt32    &bool     If true, disable GM emulation and assume that\\
    104104                        &         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.\\
    105109        sfx\_volume     &number   The sfx volume setting (0-255)\\
    106110        tempo           &number   The music tempo (50-200) (default: 100)\\
    107111        speech\_volume  &number   The speech volume setting (0-255)\\
    108112\\
    109         copy\_protection&bool     Enable copy protection in SCUMM games ,when\\
     113        copy\_protection&bool     Enable copy protection in SCUMM games, when\\
    110114                        &         ScummVM disables it by default.\\
    111115        demo\_mode      &bool     Start demo in Maniac Mansion\\
    112116        alt\_intro      &bool     Use alternative intro for CD versions of \\