home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / RMP32.ZIP / REALMP.INI < prev    next >
Encoding:
INI File  |  1995-06-30  |  2.4 KB  |  76 lines

  1. ; RMP.INI
  2. ;
  3. ; Config file for RealMP.EXE - 
  4. ; Copy this file on your hard drive in a directory where you PATH
  5. ; variable is defined . Then rename this file to REALMP.INI
  6. ; Ex : copy E:rmp.ini c:\dos
  7. ;      c:\dos
  8. ;      ren c:\dos\rmp.ini c:\dos\realmp.ini
  9. ;
  10.  
  11. [StartUp]
  12. ; remove the ';' character before each variable to take effects !
  13. ; Use these entries to change the default behaviour of RMP
  14. ; Default cmdline - see RMP.TXT for help about switches
  15.  CmdLine = -s22000 -q -n00 -4
  16.  
  17. ; Directory RMP will change to before searching for modules
  18. ; Useful if your modules are in only one directory
  19.  DefaultDir = c:\menu\realtech\rmp32
  20.  
  21. ; Give background picture (in LBM,PCX or GIF format)
  22. ; Background = PICCY.GIF
  23.  
  24. ; RMP automatically tries following extensions when given a filename
  25. ; without extension
  26.  DefaultExt = MOD STM NST AMF S3M 669 MTM FAR
  27.  
  28. [DigitalEffects]
  29. ;
  30. ; Settings for digital effects
  31. ;
  32. ; Each entry is of form:
  33. ;
  34. ;   EffectN = name type parm0 [parm1] [parm2] ...
  35. ;
  36. ; <name> is a one word name for the effect and cannot contain white space
  37. ; You can use '_' instead of space character to break it into multiple words
  38. ;
  39. ; <type> can be:
  40. ;
  41. ; R     Reverb/echo effect.
  42. ;           parm0 is feedback value (0-100).
  43. ;           parm1...parmN define a maximum of 8 reverb delay/gain pairs
  44. ;       for example:
  45. ;           Effect1 = HallReverb R 40  30 50  40 30  50 20  60 30
  46. ;       defines Reverb with 40% feedback and echo positions at
  47. ;       30ms (50% gain), 40ms (30% gain), 50ms (20% gain), 60ms (30% gain)
  48. ;
  49. ;       Negative gain values can be used to create 180 degree phase shift
  50. ;
  51. ; F     Filter effect. parm0 is the type of the filter:
  52. ;       1 = Simple lowpass filter (effective)
  53. ;       2 = Simple lowpass filter (soft)
  54. ;
  55. ; See DMP.DOC for information on how these effects work.
  56. ;
  57. ; Setting 'Default = N' selects effect N to be the default effect.
  58. ; Value zero means no effect.
  59. ;
  60. ; 'Default' is set to 'Soft lowpass filter'
  61. ;
  62. Default = 2
  63.  
  64. Effect1 = Lowpass_filter F 1
  65. Effect2 = Soft_lowpass_filter F 2
  66. Effect3 = Hall_reverb R 90  70 15  90 -30  110 25  130 -15  200 25
  67. Effect4 = Room_reverb R 30  10 20  25 30  35 -20  45 40
  68. Effect5 = Huge_reverb R 35  10 -30  18 40  25 -40  45 30  100 20  150 -30
  69. Effect6 = Metallic_reverb R 60  30 30  40 -25  50 25  80 25
  70. Effect7 = Distant_echo R 75  160 30  300 50
  71. Effect8 = Short_echo R 40  240 100
  72. Effect9 = Long_echo R 80  300 80
  73. Effect10 = Dead_bass R 100 0 -100
  74.  
  75.  
  76.