home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-06-30 | 2.4 KB | 76 lines |
- ; RMP.INI
- ;
- ; Config file for RealMP.EXE -
- ; Copy this file on your hard drive in a directory where you PATH
- ; variable is defined . Then rename this file to REALMP.INI
- ; Ex : copy E:rmp.ini c:\dos
- ; c:\dos
- ; ren c:\dos\rmp.ini c:\dos\realmp.ini
- ;
-
- [StartUp]
- ; remove the ';' character before each variable to take effects !
- ; Use these entries to change the default behaviour of RMP
- ; Default cmdline - see RMP.TXT for help about switches
- CmdLine = -s22000 -q -n00 -4
-
- ; Directory RMP will change to before searching for modules
- ; Useful if your modules are in only one directory
- DefaultDir = c:\menu\realtech\rmp32
-
- ; Give background picture (in LBM,PCX or GIF format)
- ; Background = PICCY.GIF
-
- ; RMP automatically tries following extensions when given a filename
- ; without extension
- DefaultExt = MOD STM NST AMF S3M 669 MTM FAR
-
- [DigitalEffects]
- ;
- ; Settings for digital effects
- ;
- ; Each entry is of form:
- ;
- ; EffectN = name type parm0 [parm1] [parm2] ...
- ;
- ; <name> is a one word name for the effect and cannot contain white space
- ; You can use '_' instead of space character to break it into multiple words
- ;
- ; <type> can be:
- ;
- ; R Reverb/echo effect.
- ; parm0 is feedback value (0-100).
- ; parm1...parmN define a maximum of 8 reverb delay/gain pairs
- ; for example:
- ; Effect1 = HallReverb R 40 30 50 40 30 50 20 60 30
- ; defines Reverb with 40% feedback and echo positions at
- ; 30ms (50% gain), 40ms (30% gain), 50ms (20% gain), 60ms (30% gain)
- ;
- ; Negative gain values can be used to create 180 degree phase shift
- ;
- ; F Filter effect. parm0 is the type of the filter:
- ; 1 = Simple lowpass filter (effective)
- ; 2 = Simple lowpass filter (soft)
- ;
- ; See DMP.DOC for information on how these effects work.
- ;
- ; Setting 'Default = N' selects effect N to be the default effect.
- ; Value zero means no effect.
- ;
- ; 'Default' is set to 'Soft lowpass filter'
- ;
- Default = 2
-
- Effect1 = Lowpass_filter F 1
- Effect2 = Soft_lowpass_filter F 2
- Effect3 = Hall_reverb R 90 70 15 90 -30 110 25 130 -15 200 25
- Effect4 = Room_reverb R 30 10 20 25 30 35 -20 45 40
- Effect5 = Huge_reverb R 35 10 -30 18 40 25 -40 45 30 100 20 150 -30
- Effect6 = Metallic_reverb R 60 30 30 40 -25 50 25 80 25
- Effect7 = Distant_echo R 75 160 30 300 50
- Effect8 = Short_echo R 40 240 100
- Effect9 = Long_echo R 80 300 80
- Effect10 = Dead_bass R 100 0 -100
-
-
-