home *** CD-ROM | disk | FTP | other *** search
/ Season's Greetings & Games Unlimited / UGOLD_cd2.iso / rott / sound.rot < prev    next >
Text File  |  1995-10-02  |  1KB  |  91 lines

  1. ;Rise of the Triad Sound File
  2. ;                  (c) 1995
  3.  
  4. Version            13
  5.  
  6. ;
  7. ; Music Modes
  8. ; 0  -  Off
  9. ; 1  -  UltraSound
  10. ; 2  -  Sound Blaster
  11. ; 3  -  Sound Man 16
  12. ; 4  -  Pro Audio Spectrum
  13. ; 5  -  Awe32
  14. ; 6  -  SoundScape
  15. ; 7  -  Wave Blaster
  16. ; 8  -  General Midi
  17. ; 9  -  Sound Canvas
  18. ; 10 -  Adlib
  19. MusicMode          2
  20.  
  21. ;
  22. ; FX Modes
  23. ; 0  -  Off
  24. ; 1  -  UltraSound
  25. ; 2  -  Sound Blaster
  26. ; 3  -  Sound Man 16
  27. ; 4  -  Pro Audio Spectrum
  28. ; 5  -  Awe32
  29. ; 6  -  SoundScape
  30. ; 7  -  Adlib
  31. ; 8  -  Disney Sound Source
  32. ; 9  -  Tandy Sound Source
  33. ; 10 -  PC Speaker
  34. FXMode             2
  35.  
  36. ;
  37. ; Music Volume
  38. ; (low) 0 - 255 (high)
  39. MusicVolume      196
  40.  
  41. ;
  42. ; FX Volume
  43. ; (low) 0 - 255 (high)
  44. FXVolume         196
  45.  
  46. ;
  47. ; Number of Voices
  48. ; 1 - 8
  49. NumVoices          4
  50.  
  51. ;
  52. ; Stereo or Mono
  53. ; 1 - Mono
  54. ; 2 - Stereo
  55. NumChannels        1
  56.  
  57. ;
  58. ; Resolution
  59. ; 8 bit
  60. ; 16 bit
  61. NumBits            8
  62.  
  63. ;
  64. ; Midi Addresses
  65. ; $300
  66. ; $310
  67. ; $320
  68. ; $330
  69. ; $340
  70. ; $350
  71. ; $360
  72. ; $370
  73. ; $380
  74. MidiAddress        $330
  75.  
  76. ;
  77. ; ReverseStereo
  78. ; 0 no reversal
  79. ; 1 reverse stereo
  80. StereoReverse        0
  81.  
  82. ;
  83. ; Sound Blaster Settings
  84. SBType             6
  85. SBPort             $220
  86. SBIrq              5
  87. SBDma8             1
  88. SBDma16            5
  89. SBMidi             $330
  90. SBEmu              $ffffffff
  91.