home *** CD-ROM | disk | FTP | other *** search
/ Secrets of Stargate / STARGATE.iso / mac / STRGT_HI.INI < prev   
INI File  |  1994-09-27  |  5KB  |  162 lines

  1. [Memory]
  2. ;ExtraMemory=512
  3. ; Amount of kBytes over and above physical memory for use by a projector.
  4.  
  5. ;SwapFileMeg=0
  6. ; Amount of megabytes of SwapFile space to enable during authoring.
  7. ; Default is to allow swapfile space of up to 1/2 of the available 
  8. ; physical RAM.
  9.        
  10.  
  11.  
  12.  
  13. [Palette]
  14. ;Animation=1
  15. ; 1: allows director to take control of the palette for fast palette effects
  16. ;    and transitions.
  17. ; 0: prevents director from taking control of the palette so other apps,
  18. ;    wallpaper etc. look better but palette effects and transitions will
  19. ;    be slower.
  20.  
  21.  
  22.  
  23.  
  24. [Sound]
  25. ; Settings in the [Sound] section apply to all sound cards.
  26.  
  27. ;SpoolBufferAlloc=1 
  28. ; When to allocate spool buffers
  29. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  30. ; 1 means allocate spool once at startup and keep for entire session.
  31.  
  32. ;LowSpoolBufferMs=5000
  33. ; rem - old setting 2500 pm9/21
  34. ; Length of one 8bit spool buffer, in milliseconds.
  35.  
  36. ;HighSpoolBufferMs=1500
  37. ; Length of one 16-bit spool buffer, in milliseconds.
  38.  
  39. ;SpoolBufferCount=2
  40. ; Number of spool buffers to use. Must range from 2 to 10.
  41.  
  42. ;MixMaxChannels=2
  43. ; rem - old setting 4 pm9/21
  44. ; Maximum number of channels supported by the sound mixer. The actual
  45. ; number you can mix depends on the processing power of your computer.
  46. ; Must range from 1 to 8.
  47.  
  48. ;MixWaveDevice=0
  49. ; DeviceID of waveOut device to use for playing.
  50. ; Must range from 0 to (# of devices - 1).
  51.  
  52. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  53. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  54. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  55. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  56. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  57. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  58. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  59. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  60.  
  61.  
  62.  
  63.  
  64. [Low Default Sound]
  65. ; Settings in the [Low Default Sound] section apply when playing sounds
  66. ; with data rates up to 8-bit 22kHz stereo, for sound cards which are
  67. ; unknown to Director.
  68.  
  69. ;MixBufferMs=200
  70. ; Length of each mixing buffer, in milliseconds.
  71.  
  72. ;MixBufferCount=4
  73. ; Number of mixing buffers to use. Must range from 2 to 16.
  74.  
  75. ;MixServiceMode=0
  76. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  77. ;         applied from MixIntPeriodMS and MixIntResolutionMs.
  78. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  79. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  80.  
  81. ;MixIntPeriodMs=200
  82. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  83.  
  84. ;MixIntResolutionMs=50
  85. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  86.  
  87.  
  88.  
  89.  
  90. [High Default Sound]
  91. ; Settings in the [High Default Sound] section apply when playing sounds
  92. ; with data rates higher than 8-bit 22kHz setero, for sound cards which
  93. ; are unknown to Director.
  94. ;MixBufferMs=200
  95. ;MixBufferCount=4
  96. ;MixServiceMode=0
  97. ;MixIntPeriodMs=200
  98. ;MixIntResolutionMs=50
  99.  
  100.  
  101.  
  102.  
  103. ;[Low <SoundCardName>]
  104. ; Settings in this section apply when playing sounds with data rates up to
  105. ; 8-bit 22kHz stereo on a particular sound card. You can have any number of
  106. ; these sections. Replace "<SoundCardName>" inside the square brackets with
  107. ; the actual name of the sound card you want to set defaults for. To find
  108. ; the name of your card, launch the Sound Mapper application, and look in
  109. ; the Playback field. Settings in this section take precedence over
  110. ; Director's built in settings.
  111. ;MixBufferMs=200
  112. ;MixBufferCount=4
  113. ;MixServiceMode=0
  114. ;MixIntPeriodMs=200
  115. ;MixIntResolutionMs=50
  116.  
  117.  
  118.  
  119.  
  120.  
  121. ;[High <SoundCardName>]
  122. ; Settings in this section apply when playing sounds with data rates higher
  123. ; than 8-bit 22kHz stereo on a particular sound card. You can have any number
  124. ; of these sections. Replace "<SoundCardName>" inside the square brackets
  125. ; with the actual name of the sound card you want to set defaults for. To
  126. ; find the name of your sound card, launch the Sound Mapper application, and
  127. ; look in the Playback field. Settings in this section take precedence over
  128. ; Director's internal settings.
  129. ;MixBufferMs=200
  130. ;MixBufferCount=4
  131. ;MixServiceMode=0
  132. ;MixIntPeriodMs=200
  133. ;MixIntResolutionMs=50
  134.  
  135.  
  136.  
  137.  
  138. [Low Override]
  139. ; Settings in the [Low Override] apply when playing sounds with data rates
  140. ; up to 8-bit 22kHz stereo. These settings will override Director's internal
  141. ; settings, as well as settings for specific cards.
  142. ;MixBufferMs=200
  143. ;MixBufferCount=4
  144. ;MixServiceMode=0
  145. ;MixIntPeriodMs=200
  146. ;MixIntResolutionMs=50
  147.  
  148.  
  149.  
  150.  
  151. [High Override]
  152. ; Settings in the [High Override] apply when playing sounds with data rates
  153. ; higher than 8-bit 22kHz stereo. These settings will override Director's
  154. ; internal settings, as well as settings for specific cards.
  155. ;MixBufferMs=200
  156. ;MixBufferCount=4
  157. ;MixServiceMode=0
  158. ;MixIntPeriodMs=200
  159. ;MixIntResolutionMs=50
  160.  
  161.