home *** CD-ROM | disk | FTP | other *** search
/ Titanic Explorer - A His…ney on the Ship of Dreams / titanic1.iso / pc / qt3sndmx / titanic.ini < prev   
INI File  |  1998-11-04  |  13KB  |  327 lines

  1. ;TITANIC.INI
  2. ;for James Cameron's Titanic Explorer
  3. ;
  4. ;by default, this file ENABLES the QT3Mix dll
  5. ;however, to take advantage of this feature:
  6. ; you must have appropriate RSX or DirectSound drivers,
  7. ; PLUS enable the gQT3WinSndMix global in lingo.ini
  8. ;
  9. ;last updated: 981104 /bak
  10.  
  11.  
  12. ; --------------------------------------------------------------------
  13. ;       Template DIRECTOR.INI file for Director 6 for Windows.
  14. ; --------------------------------------------------------------------
  15.  
  16. ; All of the settings shown here are commented-out in the original version 
  17. ; of the file.  To change a setting, you must remove the comment 
  18. ; character (";") at the beginning of the setting's line.
  19.  
  20. ; The values shown for each setting in the original file are Director's 
  21. ; internal defaults.  The default value for a setting is used when it 
  22. ; isn't explictly set in the .INI file or when no .INI file exists.  
  23. ; Since these defaults are already stored internally in the Director 
  24. ; application and projectors, it is *not* necessary to distribute this 
  25. ; file with your movie unless you change one or more of the settings.
  26.  
  27. ; For use with projectors, you must name your .INI file "<ProjectorName>.INI"
  28. ; rather than "DIRECTOR.INI" and place the file in the same directory as
  29. ; your projector executable. 
  30.  
  31.  
  32. [Memory]
  33. ;ExtraMemory=400
  34. ; Amount of kBytes over and above physical memory for use by a projector.
  35.  
  36. ;SwapFileMeg=0
  37. ; Amount of megabytes of SwapFile space to enable during authoring.
  38. ; Default is to allow swapfile space of up to 1/2 of the available 
  39. ; physical RAM.
  40.  
  41.  
  42.  
  43. [Graphics]
  44. Wing=0
  45. ; 0: Do not use WinG graphics accelerator.
  46. ; 1: Use WinG graphics accelerator software. This requires
  47. ;    certain system files to be installed. Projector size and memory 
  48. ;    usage may increase. See the documentation for details.       
  49.  
  50.  
  51.  
  52. [Palette]
  53. ;/db
  54. Animation=0
  55. ; 1: allows director to take control of the palette for fast palette effects
  56. ;    and transitions.
  57. ; 0: prevents director from taking control of the palette so other apps,
  58. ;    wallpaper etc. look better but palette effects and transitions will
  59. ;    be slower.
  60.  
  61.  
  62.  
  63. ; Global Sound Settings ------------------------------------------------
  64.  
  65. [Sound]
  66. ; Settings in the [Sound] section apply to all sound cards.
  67.  
  68. ;SpoolBufferAlloc=0 
  69. ; When to allocate spool buffers
  70. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  71. ; 1 means allocate spool once at startup and keep for entire session.
  72.  
  73. ;LowSpoolBufferMs=2500
  74. ; Length of one 8bit spool buffer, in milliseconds.
  75.  
  76.  
  77. ;HighSpoolBufferMs=1500
  78. ; Length of one 16-bit spool buffer, in milliseconds.
  79.  
  80. ;SpoolBufferCount=2
  81. ; Number of spool buffers to use. Must range from 2 to 10.
  82.  
  83. ;/bak
  84. MixMaxChannels=4
  85. ; Maximum number of channels supported by the sound mixer. The actual
  86. ; number you can mix depends on the processing power of your computer.
  87. ; Must range from 1 to 8.
  88.  
  89. ;MixWaveDevice=0 
  90. ; DeviceID of waveOut device to use for playing.
  91. ; Must range from 0 to (# of devices - 1).
  92.  
  93. ;/b
  94. SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  95. SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  96. SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  97. SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  98. SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  99. SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  100. SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  101. SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  102.  
  103. ;/b 99
  104. MixMaxFidelity=99
  105. ; Sets a limit on the fidelity of sound output. For best performance, use
  106. ; the default setting of 99 (switch on-the-fly), or choose the lowest value
  107. ; possible of the three fixed sound formats (0, 1, 2):
  108. ;  0  = 22.05k samples/sec, 8-bit, mono
  109. ;  1  = 22.05k samples/sec, 8-bit, stereo
  110. ;  2  = 44.1k samples/sec, 16-bit, stereo
  111. ;  99 = Switch formats on-the-fly.  The first sound in a run of overlapping
  112. ;       sounds determines the format for that run.  The format used is the
  113. ;       lowest of the three output formats (0,1,2 above) which is as close
  114. ;       as possible in fidelity to the sound to be played, while still being
  115. ;       supported by the installed sound card. 
  116.  
  117.  
  118.  
  119.  
  120. ; Default Sound Settings -----------------------------------------------
  121. ;/bak   this is default mixer:
  122. ;DLLName="Macromix.dll"
  123. ; DLLNameComment= Uncomment this to enable QuickTime 3 Sound Mixing
  124. ;/bak  for more info refer to MACR TN#13010
  125. DLLName="QT3Mix.dll"
  126. ;"Macromix.dll, QMix.dll"
  127. ;
  128. ; RSXDontUse Comment= Uncomment to force RSX to use WavOut
  129. ;RSXDontUseDirectSound=1
  130.  
  131.  
  132.  
  133.  
  134.  
  135. [Low Mono Default Sound]
  136. ; Settings in the [Low Mono Default Sound] section apply when the target
  137. ; output format is 22K, 8-bit, mono.  The target output format depends
  138. ; on the capabilities of the sound card as well as the setting of
  139. ; MixMaxFidelity.   These settings are used when the installed sound card
  140. ; is not known to Director and is not specified explictly in the
  141. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  142. ; Override sections will override these values for specific sound cards,
  143. ; or for all sound cards, respectively.
  144.  
  145. ;MixBufferMs=200
  146. ; Length of each mixing buffer, in milliseconds.
  147.  
  148. ;MixBufferBytes=0
  149. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  150. ; along with setting MixBufferMs=0, lets you specify the buffer size in 
  151. ; bytes rather than milliseconds.
  152.  
  153. ;MixBufferCount=4
  154. ; Number of mixing buffers to use. Must range from 2 to 16.
  155.  
  156. ;MixServiceMode=0
  157. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  158. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  159. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  160. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  161. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  162. ;         this mode is set, it is best to use MixBufferBytes to specify a
  163. ;         fixed buffer size which is a multiple of 1024.  This mode is not 
  164. ;         supported by all sound cards.
  165.  
  166. ;MixIntPeriodMs=200
  167. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  168.  
  169. ;MixIntResolutionMs=50
  170. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  171.  
  172.  
  173. [Low Default Sound]
  174. ; Settings in the [Low Default Sound] section apply when the target
  175. ; output format is 22K, 8-bit, stereo.  The target output format depends
  176. ; on the capabilities of the sound card as well as the setting of
  177. ; MixMaxFidelity.   These settings are used when the installed sound card
  178. ; is not known to Director and is not specified explictly in the
  179. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  180. ; Override sections will override these values for specific sound cards,
  181. ; or for all sound cards, respectively.
  182.  
  183. ;MixBufferMs=200
  184. ;MixBufferBytes=0
  185. ;MixBufferCount=4
  186. ;MixServiceMode=0
  187. ;MixIntPeriodMs=200
  188. ;MixIntResolutionMs=50
  189.  
  190.  
  191. [High Default Sound]
  192. ; Settings in the [High Default Sound] section apply when the target
  193. ; output format is 44K, 16-bit, stereo.  The target output format depends
  194. ; on the capabilities of the sound card as well as the setting of
  195. ; MixMaxFidelity.   These settings are used when the installed sound card
  196. ; is not known to Director and is not specified explictly in the
  197. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  198. ; Override sections will override these values for specific sound cards,
  199. ; or for all sound cards, respectively.
  200. ;MixBufferMs=200
  201. ;MixBufferBytes=0
  202. ;MixBufferCount=4
  203. ;MixServiceMode=0
  204. ;MixIntPeriodMs=200
  205. ;MixIntResolutionMs=50
  206.  
  207.  
  208.  
  209. ; Sound Card-Specific Settings -----------------------------------------
  210.  
  211. ;[Low Mono <SoundCardName>]
  212. ; Settings in this section apply when the target output format is
  213. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  214. ; output format depends on the capabilities of the sound card, as well
  215. ; as the setting of MixMaxFidelity.  You can have any number of these 
  216. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  217. ; with the actual name of the sound card you want to set defaults for.  
  218. ; To find the name of your card, launch the Sound Mapper application, 
  219. ; and look in the Playback field.  Director maintains a built-in table
  220. ; of settings for many popular sound cards.  Settings in this section take 
  221. ; precedence over Director's built-in settings.
  222. ;MixBufferMs=200
  223. ;MixBufferCount=4
  224. ;MixBufferBytes=0
  225. ;MixServiceMode=0
  226. ;MixIntPeriodMs=200
  227. ;MixIntResolutionMs=50
  228.  
  229.  
  230. [Low <SoundCardName>]
  231. ; Settings in this section apply when the target output format is
  232. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  233. ; output format depends on the capabilities of the sound card, as well
  234. ; as the setting of MixMaxFidelity.  You can have any number of these 
  235. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  236. ; with the actual name of the sound card you want to set defaults for.  
  237. ; To find the name of your card, launch the Sound Mapper application, 
  238. ; and look in the Playback field.  Director maintains a built-in table
  239. ; of settings for many popular sound cards.  Settings in this section take 
  240. ; precedence over Director's built-in settings.
  241. ;MixBufferMs=200
  242. ;MixBufferCount=4
  243. ;MixBufferBytes=0
  244. ;MixServiceMode=0
  245. ;MixIntPeriodMs=200
  246. ;MixIntResolutionMs=50
  247.  
  248.  
  249. ;[High <SoundCardName>]
  250. ; Settings in this section apply when the target output format is
  251. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  252. ; output format depends on the capabilities of the sound card, as well
  253. ; as the setting of MixMaxFidelity.  You can have any number of these 
  254. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  255. ; with the actual name of the sound card you want to set defaults for.  
  256. ; To find the name of your card, launch the Sound Mapper application, 
  257. ; and look in the Playback field.  Director maintains a built-in table
  258. ; of settings for many popular sound cards.  Settings in this section take 
  259. ; precedence over Director's built-in settings.
  260. ;MixBufferMs=200
  261. ;MixBufferBytes=0
  262. ;MixBufferCount=4
  263. ;MixServiceMode=0
  264. ;MixIntPeriodMs=200
  265. ;MixIntResolutionMs=50
  266.  
  267.  
  268.  
  269. ; Sound Override Settings ----------------------------------------------
  270.  
  271. [Low Mono Override]
  272. ; Settings in the [Low Mono Override] apply when the target ouput format
  273. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  274. ; of the sound card, as well as the setting of MixMaxFidelity.
  275. ; These settings will override Director's internal settings, any defaults
  276. ; specified in the Default Sound sections, as well as settings for specific 
  277. ; cards.  Change these settings only if you want to force Director to use
  278. ; certain values regardless of the sound card installed in the computer.
  279. ; It is not recommended that you modify these settings for movies which
  280. ; you are going to distribute, as they will override Director's internal
  281. ; settings which are already optimized for various sound cards.
  282. ;MixBufferMs=200
  283. ;MixBufferBytes=0
  284. ;MixBufferCount=4
  285. ;MixServiceMode=0
  286. ;MixIntPeriodMs=200
  287. ;MixIntResolutionMs=50
  288.  
  289. [Low Override]
  290. ; Settings in the [Low Override] apply when the target ouput format
  291. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  292. ; of the sound card, as well as the setting of MixMaxFidelity.
  293. ; These settings will override Director's internal settings, any defaults
  294. ; specified in the Default Sound sections, as well as settings for specific 
  295. ; cards.  Change these settings only if you want to force Director to use
  296. ; certain values regardless of the sound card installed in the computer.
  297. ; It is not recommended that you modify these settings for movies which
  298. ; you are going to distribute, as they will override Director's internal
  299. ; settings which are already optimized for various sound cards.
  300. ;MixBufferMs=200
  301. ;MixBufferBytes=0
  302. ;MixBufferCount=4
  303. ;MixServiceMode=0
  304. ;MixIntPeriodMs=200
  305. ;MixIntResolutionMs=50
  306.  
  307.  
  308. [High Override]
  309. ; Settings in the [High Override] apply when the target ouput format
  310. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  311. ; of the sound card, as well as the setting of MixMaxFidelity.
  312. ; These settings will override Director's internal settings, any defaults
  313. ; specified in the Default Sound sections, as well as settings for specific 
  314. ; cards.  Change these settings only if you want to force Director to use
  315. ; certain values regardless of the sound card installed in the computer.
  316. ; It is not recommended that you modify these settings for movies which
  317. ; you are going to distribute, as they will override Director's internal
  318. ; settings which are already optimized for various sound cards.
  319. ;MixBufferMs=200
  320. ;MixBufferBytes=0
  321. ;MixBufferCount=4
  322. ;MixServiceMode=0
  323. ;MixIntPeriodMs=200
  324. ;MixIntResolutionMs=50
  325.  
  326.