home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 031A / GSPLAY1.ZIP / GSPLAY.CFG < prev    next >
Text File  |  1996-05-29  |  14KB  |  337 lines

  1. % GSPLAY configuration file
  2.  
  3. % The format of this file is simple: scattered throughout the file are
  4. % various parameter tags, each followed by one or more options.  Any lines
  5. % starting with a % are comments and will be ignored.  Everything in this
  6. % file is case-insensitive.  You may delete whatever doesn't apply to your 
  7. % personal configuration, but you might want to save a copy of the
  8. % original file before doing so in case you need the tags later on!
  9. % You do not need to comment out unused parameters.
  10.  
  11. % DISPLAY ADAPTER 
  12. %
  13. % This specifies the kind of display adapter you are using with GSPLAY.
  14. % Valid options are:
  15. %     AUTO   Autodetect the display adapter.
  16. %            If this doesn't work, try one of the following:
  17. %            (If you have a pre-IBM AT computer (IBM PC/XT, or compatible)
  18. %            then you MUST specify one of the options below.)
  19. %     COLOR  Color display
  20. %     VGA    Color display with custom colors
  21. %     MONO   Monochrome monitor on a color adapter
  22. %     MDA    Monochrome display adapter (or compatible; Hercules, etc.)
  23. %
  24. DISPLAY_TYPE  AUTO
  25.  
  26. % VGA screen font 
  27. %
  28. % If you have a VGA adapter, GSPLAY will normally use a built-in custom
  29. % text font.  However, you can also specify your own custom 8x16 text font
  30. % for GSPLAY to use.  (You can find many font files on the Internet and on
  31. % BBS's.  Use only font files that are 4096 bytes long.)
  32. %
  33. % Specify the full path and filename of a VGA font file, "ROM" if you
  34. % want the plain ROM font from the VGA card, or nothing if you want
  35. % GSPLAY's built-in font.
  36. %
  37. VGA_FONT 
  38.  
  39. % PC TYPE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  40. %
  41. % If you have an ancient PC, such as an IBM XT, set OLD_PC to "Y".
  42. % Otherwise, set OLD_PC to "N".  If you eliminate this parameter from
  43. % GSPLAY.CFG, GSPLAY will assume a value of "N".
  44. %
  45. OLD_PC  N
  46.  
  47. % MPU401 PORT ADDRESS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  48. %
  49. % For MPU_ADDR, specify the port address (in hex) of your Roland MPU401
  50. % compatible MIDI interface. (Only UART-mode compatibility is required.)
  51. % For MPU_IRQ, specify the IRQ level of your interface.  (If you omit
  52. % this parameter, GSPLAY will try to detect the IRQ level automatically.
  53. % Specifying the value manually is recommended.)
  54. %
  55. MPU_ADDR  330
  56. MPU_IRQ   2
  57.  
  58. % MUSICQUEST MIDI ENGINE PARAMETERS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  59. %
  60. % These parameters specify the port address (in hex) of the parallel port
  61. % to which you've connected an external MusicQuest interface.
  62. % MQME_PORT specifies the MIDI port (0-7) to which output will be sent.
  63. %
  64. % 3BC is the correct address for most machines.
  65. % If it doesn't work, try 278 or 378.
  66. %
  67. MQME_ADDR  3BC
  68. MQME_PORT  0
  69.  
  70. % SERIAL MIDI PARAMETERS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  71. % These parameters specify the serial port parameters (N/8/1 is assumed)
  72. % for using a serial MIDI interface.  If you're using a Key Midiator,
  73. % these values don't matter.  See the KEY MIDIATOR configuration below.
  74. %
  75. % SER_PORT specifies which COM port to use.  Valid values are 1, 2, 3, 4,
  76. % or else the base address of your serial port in hex.  (example: "3F8")
  77. %
  78. % SER_SPEED is the baud rate; any standard baud rate greater than or
  79. % equal to 9600 is valid.  38400 is the correct value for the serial port
  80. % on Roland devices.  9600 is the correct value for the Miracle Piano.
  81. %
  82. % SER_CTS controls whether RS232 clear-to-send (CTS) checking is enabled.
  83. % If you specify "Y", GSPLAY will make sure the MIDI device is ready to
  84. % receive before it transmits each MIDI byte.  If GSPLAY notices that
  85. % your device doesn't use CTS, it will turn off CTS checking automatically
  86. % and display an error message in the status window.  To skip this process
  87. % and disable CTS checking entirely, specify "N".
  88. SER_PORT   3
  89. SER_SPEED  38400
  90. SER_CTS    Y
  91.  
  92. % KEY MIDIATOR SERIAL PORT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  93. %
  94. % KEYMID_PORT specifies which COM port to use with a Key Midiator serial
  95. % port MIDI interface.  Valid values are 1, 2, 3, 4, or else the base
  96. % address of your serial port in hex.  (example: "3F8")  If you use the
  97. % hex format, you must also specify "KEYMID_IRQ n", where n is 3 or 4.
  98. %
  99. KEYMID_PORT  1
  100.  
  101. % MIDI INTERFACE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  102. %
  103. % Valid choices are:
  104. %
  105. %  "MPU401"   -  Roland MPU401-compatible interface in UART mode
  106. %                Choose this for soundcards that claim MPU401 compatibility.
  107. %                Make sure the MPU401 parameters earlier in this file are OK.
  108. %  "SB"       -  Soundblaster and MIDI daughterboard, or else an
  109. %                external MIDI device connected to the SB's MIDI port.
  110. %                The BLASTER environment variable must be properly set. 
  111. %  "SERIAL"   -  Serial MIDI, such as a Sound Canvas with a built-in
  112. %                serial interface or the Miracle Piano.  Make sure the
  113. %                serial parameters specified earlier in this file are OK.
  114. %  "KEYMID"   -  Key Midiator serial port MIDI interface.  Make sure the
  115. %                Midiator serial port settings earlier in this file are OK.
  116. %  "MQME"     -  External MusicQuest MIDI interface connected to a parallel
  117. %                port.  Make sure the MQME parameters specified earlier
  118. %                in this file are correct.
  119. %  "PAS"      -  Proaudio Spectrum MIDI port.
  120. %                (MVSOUND.SYS must be loaded in your CONFIG.SYS)
  121. %  "GUS"      -  Gravis Ultrasound MIDI port.
  122. %                (The "ULTRASND" environment variable must be properly set.)
  123. %
  124. %  If you specify something other than the above names, GSPLAY will default
  125. %  to using no MIDI device and only send output to the screen display.
  126. %
  127. %  Specify up to four MIDI interface names (if you specify the same
  128. %  name more than once, they will all refer to the same interface).
  129. %  You can toggle between them in GSPLAY by pressing F1-F4.
  130. %  If you specify multiple interface names, you can also specify multiple
  131. %  corresponding settings for MIDI_DEVICE, RESET_MODE, GS_SYSEX, ALLOW_RESET,
  132. %  NON_GS_SYSEX, PATCH_NAMES, SHOW_PATCHES, PARTIAL_ALLOC_RESET, SEND_DELAY,
  133. %  ALWAYS_DELAY, OMNI_CHANNEL, and MINIMAL_DEVICE.
  134. %
  135. MIDI_INTERFACE  MPU401
  136.  
  137. % MIDI DEVICE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  138. %
  139. % Locate your MIDI sound module in the list below and specify the appropriate
  140. % letter or code on the left.  This setting enables GSPLAY to properly display
  141. % the patch names supported by your device.  If you have a GS-compatible
  142. % device that is not listed, option M is a good choice.  Using the wrong code
  143. % will not affect the playback of the MIDI files in any way, but it could lead
  144. % to incorrect patch names being shown onscreen.
  145. % (All models below are Roland products)
  146. %
  147. % A = SC-55 (Serial# <= AC94799)
  148. % B = SC-55 (Ser#>=AC94800), CM-300/500, SCC-1, SC-155, MT-200 (Ser#<=ZE64049),
  149. %     JV-30 (Ser#<=BE54299), JW-50 (Ser<=ZE58299)
  150. % C = KR-3500, KR-4500 (Ser#<=ZE54899)
  151. % D = HP-2900G
  152. % E = KR-650 (Ser#<=ZE54699)
  153. % F = KR-5500 (Ser#<=ZE60799)
  154. % G = SC-33/50, E-56, VE-GS1, SK-50, MT-120/120S, JV-35/50, AT-50/70
  155. % H = MT-200 (Ser#>=ZE64050), JV-30 (Ser#>=BE54300), JW-50 (Ser#>=ZE58300),
  156. %     KR-650 (Ser#>=ZE54700), GPPC-NA/FIIA, SCC-1A
  157. % I = E-86
  158. % J = SD-35
  159. % K = KR-4500 (Ser#>=ZE54900)
  160. % L = KR-5500 (Ser#>=ZE60800)
  161. % M = SC-55MKII, SCB-55
  162. % N = KR-5000
  163. % O = KR-4700, HP-1900G/2800G/3800G
  164. % SC88_88 = SC-88 in 88-MAP mode
  165. % SC88_55 = SC-88 in 55-MAP mode
  166. % GM = General MIDI, SC-7, SCB-7, RAP-10 
  167. %
  168. % Or, specify the filename of a plain text file containing one patchname
  169. % per line, 12 characters max per patchname, for patches 0-127 in order.
  170. % (See GSPLAY.DOC for more details on how to define your own patch table.)
  171. %
  172. MIDI_DEVICE  M
  173.  
  174. % Minimal device support
  175. %
  176. % If you set MINIMAL_DEVICE to "Y", GSPLAY will transmit only the minimal
  177. % set of MIDI commands (note on, note off, and the various pedal on
  178. % and off commands).  Other commands like pitch bend, program changes, 
  179. % control changes, etc. will be filtered out, and drum ch