home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / dos / music / morgul / morgul.cfg < prev    next >
Text File  |  1994-09-09  |  6KB  |  157 lines

  1. ;
  2. ;  The Morgul Player configuration file for Morgul versions
  3. ;  1.10 and newer.
  4. ;
  5. ;  There are many  things defined in here. By default, all the values
  6. ;  are the normal default ones so if you don't want to change anything
  7. ;  here, you will not need this file. However, if you wish to configure
  8. ;  Morgul for your tastes, edit this file and keep it in a location
  9. ;  where Morgul can find it:
  10. ;  1)    In your path
  11. ;  2)    In the current directory
  12. ;  3)    In the directory the Morgul executable lives in
  13. ;  To set switch values (on/off) use the statements On or Off.
  14. ;
  15.  
  16. ;  Here are the default sound card parameters
  17. ;
  18. ;  First, the soundcard we should use, a number from 0 to 12. 0 means
  19. ;  autodetect.
  20. ;  1=SoundBlaster           2=SoundBlaster PRO      3=ProAudioSpectrum+
  21. ;  4=ProAudioSpectrum 16    5=SoundBlaster 16        6=DAC
  22. ;  7=Aria-based cards        8=Windows Sound System  9=Gravis Ultrasound
  23. ;  10=PC Speaker            11=Stereo DAC          12=Stereo DAC
  24. Soundcard=0
  25.  
  26. ;  The IRQ of your sound card - 0 means auto detect
  27. SoundcardIRQ=0
  28.  
  29. ;  The DMA channel yoour sound card uses - 0 means auto detect
  30. SoundcardDMA=0
  31.  
  32. ;  The base address of your sound card - 0 means auto detect
  33. Soundcardaddress=0
  34.  
  35.  
  36. ;  The sampling (mixing) rate to use - higher values mean better
  37. ;  quality and take more processor power. Some cards can't go higher
  38. ;  than 22050. Does not affect GUS.
  39.  
  40. SamplingRate=22050
  41.  
  42. ;  The DMA buffer size - in multitasking environments, it might be
  43. ;  a good idea to set a buffer larger than 2048 bytes.
  44. ;  The buffer is by default calculated by Morgul automatically and
  45. ;  it takes into account the mixing rate, stereo and 16-bitness.
  46. ;DMABuffer=2048
  47.  
  48. ;  use EMS memory if available for samples
  49. UseEMS=on
  50. ;  Use DMA with GUS to transfer samples; faster, but may cause problems. If
  51. ;  causes problems, set to Off
  52. UseGUSDMA=on
  53.  
  54.  
  55. ;  Use the keyboard lights as "volume bars" ; may cause keyboard
  56. ;  problems so default is disabled.
  57. KeyboardLights=Off
  58. ;  Use the 80x56 text mode instead of the default 80x28 mode.
  59. 80x56VideoMode=Off
  60. ;  Play selected modules in random order
  61. RandomPlayMode=Off
  62. ;  The color for the flashing bar: 0,1,2
  63. BoxColor=0
  64. ;  The startup screen; 1 is top screen, 2 is module screen, 3 is help
  65. ;  screen (why would you want to have the help screen as default ?),
  66. ;  4 is in-between the file and module screen (try this..)
  67. StartupScreen=2
  68. ;  Start in graphics mode?
  69. StartInGraphics=Off
  70. ;  Default panning; by default, on stereo systems, channels are panned
  71. ;  to the absolute left and absolute right (-64,64). May not be what
  72. ;  you want if you use headphones. Setting this to something less than
  73. ;  64 causes the channels to be panned more to the middle. 0 is the same
  74. ;  as mono and 100 is Surround panning.
  75. DefaultPan=64
  76. ;  The amplify rate; use this to get more volume out of your sound
  77. ;  board. Does not affect GUS. If you set it too high, you will get
  78. ;  very crackly sounds. 32 is default. Lower values are in fact
  79. ;  "quietify" instead of amplify.
  80. Amplify=32
  81.  
  82. ;  File system section
  83.  
  84. ;  Easy mode: In this mode, if you select a file it will start playing
  85. ;  instantaneously. On by default. If you disable it, every module you tag
  86. ;  will be added to the playing list but won't get played right away;
  87. ;  you have to press N to go to the next module.
  88. Easymode=On
  89. ;  Quickmode: If you set this on, Morgul will not scan module files for
  90. ;  songnames and other info.
  91. Quickmode=Off
  92. ;  If do not want to see the unarchiver messages (they come visible at the
  93. ;  top screen) set the following to On. It should be kept on if you have
  94. ;  error situations because otherwise you couldn't know what went wrong.
  95. SuppressUnpack=Off
  96.  
  97. ;  For UltraCompressor 2 (UC2) users only:
  98. ;  Set "UltraStealth=On" if you have UltraStealth running and the UUC.EXE
  99. ;  in your path. Because UC.EXE needs MUCH memory, you will most probably
  100. ;  not be able to play the bigger UC2'ed modules, so you have to use
  101. ;  UltraStealth. To use UltraStealth, put the line C:\UC\US.EXE (or
  102. ;  whatever is the correct path to US.EXE) to the end of your autoexec.bat.
  103. UltraStealth=Off
  104. ;  Scanning UC2 files takes a long time, so you can disable it with
  105. ;  ScanUc2Files=Off.
  106. ScanUc2Files=On
  107.  
  108.  
  109. ; Settings for digital effects
  110. ;
  111. ; Each entry is of form:
  112. ;
  113. ;   EffectN = name type parm0 [parm1] [parm2] ...
  114. ;
  115. ; <name> is a one word name for the effect and cannot contain white space
  116. ; You can use '_' instead of space character to break it into multiple words
  117. ;
  118. ; <type> can be:
  119. ;
  120. ; R     Reverb/echo effect.
  121. ;           parm0 is feedback value (0-100).
  122. ;           parm1...parmN define a maximum of 8 reverb delay/gain pairs
  123. ;       for example:
  124. ;           Effect1 = HallReverb R 40  30 50  40 30  50 20  60 30
  125. ;       defines Reverb with 40% feedback and echo positions at
  126. ;       30ms (50% gain), 40ms (30% gain), 50ms (20% gain), 60ms (30% gain)
  127. ;
  128. ;       Negative gain values can be used to create 180 degree phase shift
  129. ;
  130. ; F     Filter effect. parm0 is the type of the filter:
  131. ;       1 = Simple lowpass filter (effective)
  132. ;       2 = Simple lowpass filter (soft)
  133. ;
  134. ;   Default effect 0 means no effect.
  135. DefaultEffect=0;
  136.  
  137. Effect1=Lowpass_filter F 1
  138. Effect2=Soft_lowpass_filter F 2
  139. Effect3=Hall_reverb R 90  70 22  95 -30  110 25  130 -15  200 25
  140. Effect4=Room_reverb R 30  10 20  25 30  35 -20  45 40
  141. Effect5=Huge_reverb R 35  10 -30  18 40  25 -40  45 30  100 20  150 -30
  142. Effect6=Metallic_reverb R 60  30 30  40 -25  50 25  80 25
  143. Effect7=Distant_echo R 75  160 30  300 50
  144. Effect8=Short_echo R 40  90 100
  145. Effect9=Long_echo R 80  300 80
  146. Effect10=Dead_bass R 100 0 -100
  147. Effect11=Very_Short_Echo R 70 95 98
  148. Effect12=Empty
  149. Effect13=Empty
  150. Effect14=Empty
  151. Effect15=Empty
  152. Effect16=Empty
  153. Effect17=Empty
  154. Effect18=Empty
  155. Effect19=Empty
  156. Effect20=Empty
  157.