home *** CD-ROM | disk | FTP | other *** search
/ Hentype 8 / Hentype8.iso / hentype.ini < prev   
INI File  |  2000-12-04  |  13KB  |  297 lines

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