home *** CD-ROM | disk | FTP | other *** search
- ; - - - - - - -------------------*-*-*-*-*------------------- - - - - - -
- ; Sound Blaster AWE32 Module Player
- ; Copyright (C) 1995 by B.Boer
- ; All rights reserved
- ; INI configuration file
- ; - - - - - - -------------------*-*-*-*-*------------------- - - - - - -
- ;
- ; Note: you can override all these settings by the commandline options given
- ; in brackets ().
- ;
-
- ; Ignore all warning messages, 0 = no, 1 = yes. (/I)
- IGNORE=0
-
- ; Loop modules, 0 = no, 1 = yes. (/L)
- LOOP=1
-
- ; Random play modules, 0 = no, 1 = yes. (/O)
- RANDOM=0
-
- ; Use expanded memory if available, 0 = no, 1 = yes. (/X)
- USE_EMS=1
-
- ; Main volume, valid values are 0 to 255. (/Vxxx)
- MAIN_VOLUME=224
-
- ; Reverb and chorus depths, valid values are 0 to 255. (/Rxxx and /Cxxx)
- REVERB=32
- CHORUS=32
-
- ; Reverb and chorus effect types, valid values are 1 to 8: (/Exy)
- ;
- ; Reverb effects: Chorus effects:
- ; 1 - Room 1 1 - Chorus 1
- ; 2 - Room 2 2 - Chorus 2
- ; 3 - Room 3 3 - Chorus 3
- ; 4 - Hall 1 4 - Chorus 4
- ; 5 - Hall 2 5 - Feedback chorus
- ; 6 - Plate 6 - Flanger
- ; 7 - Delay 7 - Short delay
- ; 8 - Panning delay 8 - Short delay (FB)
- ;
- REVERB_EFFECT=1
- CHORUS_EFFECT=1
-
- ; End of INI file.