home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / AWE / AWEMP132.ZIP / AWEMP.INI < prev    next >
Encoding:
Text File  |  1995-10-03  |  1.5 KB  |  47 lines

  1. ; -  -  -  - - - -------------------*-*-*-*-*------------------- - - -  -  -  -
  2. ;                       Sound Blaster AWE32 Module Player
  3. ;                         Copyright (C) 1995 by B.Boer
  4. ;                             All rights reserved
  5. ;                            INI configuration file
  6. ; -  -  -  - - - -------------------*-*-*-*-*------------------- - - -  -  -  -
  7. ;
  8. ; Note: you can override all these settings by the commandline options given
  9. ;       in brackets ().
  10. ;
  11.  
  12. ; Ignore all warning messages, 0 = no, 1 = yes.  (/I)
  13. IGNORE=0
  14.  
  15. ; Loop modules, 0 = no, 1 = yes.  (/L)
  16. LOOP=1
  17.  
  18. ; Random play modules, 0 = no, 1 = yes.  (/O)
  19. RANDOM=0
  20.  
  21. ; Use expanded memory if available, 0 = no, 1 = yes.  (/X)
  22. USE_EMS=1
  23.  
  24. ; Main volume, valid values are 0 to 255.  (/Vxxx)
  25. MAIN_VOLUME=224
  26.  
  27. ; Reverb and chorus depths, valid values are 0 to 255.  (/Rxxx and /Cxxx)
  28. REVERB=32
  29. CHORUS=32
  30.  
  31. ; Reverb and chorus effect types, valid values are 1 to 8:  (/Exy)
  32. ;
  33. ; Reverb effects:                Chorus effects:
  34. ;   1 - Room 1                     1 - Chorus 1
  35. ;   2 - Room 2                     2 - Chorus 2
  36. ;   3 - Room 3                     3 - Chorus 3
  37. ;   4 - Hall 1                     4 - Chorus 4
  38. ;   5 - Hall 2                     5 - Feedback chorus
  39. ;   6 - Plate                      6 - Flanger
  40. ;   7 - Delay                      7 - Short delay
  41. ;   8 - Panning delay              8 - Short delay (FB)
  42. ;
  43. REVERB_EFFECT=1
  44. CHORUS_EFFECT=1
  45.  
  46. ; End of INI file.
  47.