home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Interactive: Demo Special / CDROM_0995.iso / pc / cthugha / cthugha.ini < prev    next >
Encoding:
INI File  |  1995-07-19  |  11.8 KB  |  438 lines

  1. ;
  2. ;                                 Cthugha V5.1
  3. ;                          'An Oscilliscope on Acid'
  4. ;
  5. ;                    by the Digital Aasvogel Group. 1993-1994
  6. ;                            Revision V5.1 - 23Oct94 zaph  
  7. ;
  8. ;                                         INITIALIZATION FILE
  9. ;
  10. ; CTHUGHA.INI - sample initialization file
  11. ; For further information regarding Cthugha read the documentation file
  12. ; called CTHUGHA.DOC
  13. ;
  14. ; Notes :
  15. ; * Lines beginning with a ';' are ignored as comments
  16. ; * Yes/No options can be 'Yes','Y','On','No','N','Off'
  17. ; * The format of this INI files conforms (mostly) to the MS Windows
  18. ;   INI file format (we hope)
  19. ; * Not case sensitive
  20. ;
  21. ; Incept Date : 26Oct94 zaph  
  22. ; Mods :
  23. ;
  24. ; -----------------------------------------------------------------------
  25.  
  26.  
  27. ; section [general] 
  28. ; General stuff area
  29. [general]
  30.  
  31.  
  32. ; debug  -  yes/no - default NO
  33. ;       can be used multiple times to turn debug mode 'on' during the ini file
  34. ;       processing, and 'off' at the end of a section.
  35. ;debug=yes
  36.  
  37. ; version - integer
  38. ;       Used to warn the user if the version of Cthugha differs to the
  39. ;       one they designed the INI file for.
  40. version=510
  41.  
  42. ; refresh - yes/no - Default NO
  43. ;           Turn on/off the vertical trace wait
  44. refresh=off
  45.  
  46.  
  47. ; soundcard - sbpro/oldsb/gus/pas  - default SEARCH
  48. ;       specifies the type of audio card you are using.
  49. soundcard=sbpro
  50.  
  51.  
  52. ; source - CD/Line/Mic - default CD
  53. ;       specifies where the incoming audio is coming from
  54. ;source=Line
  55. source=Mic
  56.  
  57.  
  58. ; stereo - yes/no - Default YES
  59. stereo=yes
  60.  
  61.  
  62. ; pcx    - yes/no - Default YES
  63. ;       Use PCX files (image files)
  64. pcx=yes
  65.  
  66.  
  67. ; pause  - yes/no - Default NO
  68. ;       pause after all initialisation (good for troubleshooting)
  69. pause=no
  70.  
  71.  
  72. ; locked - yes/no - Default NO
  73. ;       Start Cthugha in LOCKED mode, that is, the automatic cycling is
  74. ;       disabled (the modes won't change)
  75. locked=no
  76.  
  77.  
  78. ; string_file - FILENAME
  79. ;       Load quiet-strings from this filename.  The specified file 
  80. ;       should contain the lines of text that will display when the audio
  81. ;       is silent for a period.
  82. ;string_file=strings.txt
  83. string_file=rbownet.txt
  84. string_file=Cultech.txt
  85. string_file=globtrib.txt
  86. string_file=cybrspac.txt
  87.  
  88. ; table_file - FILENAME
  89. ;       Load this filename as the default TAB file.  Cthugha automatically
  90. ;       loads TAB files, uses this to specifically override.
  91. ;       (see DOC to describe TAB files, and translations)
  92. ;table_file=hurr.tab
  93.  
  94.  
  95. ; translate  - yes/no - Default YES
  96. ;       Use translation tables, loaded from TAB files (disable on slow PC's)
  97. ;       (see DOC to describe TAB files, and translations)
  98. translate=yes
  99.  
  100.  
  101. ; fft        - yes/no - Default YES
  102. ;       Use the FFT functions (Disable on slow PC's)
  103. ;       FFT (Fast Fourier Transform), which translates the audio waveform
  104. ;       into the frequency domain (see heavy duty mathematics books for
  105. ;       theory on this)  If you can do this better/faster than Cthugha
  106. ;       please send the code :-)
  107. fft=yes
  108.  
  109.  
  110. ; cpu_check  - yes/no - Default YES
  111. ;       Failsafe CPU check, Disable if you have problems with it.
  112. ;       Cthugha checks to see if you computer is a 386 or better,
  113. ;       but if this code wrongly detects the CPU type, disable it.
  114. cpu_check=YES
  115.  
  116.  
  117. ; internal_pal - yes/no - Default YES
  118. ;       Use internal Palettes
  119. internal_pal=yes
  120.  
  121.  
  122. ; external_pal - yes/no - Default YES
  123. ;       Use external Palettes
  124. external_pal=yes
  125.  
  126. ; input_vol - integer 0-255, default to audio card default
  127. ;       Audio card input volume level.
  128. ; input_vol=255
  129.  
  130.  
  131. ; vu_rate - integer 0-44000
  132. ;       VU meter, on the CD control panel display, sampling rate
  133. ;       (this is independant of Cthugha's graphics).
  134. ; vu_rate=0
  135.  
  136. ; stop_cd - yes/no  default NO
  137. ;           Stop the CD after exiting Cthugha (needed on some CD's)
  138. ; stop_cd=yes
  139.  
  140. [startup]
  141. ;flame=C
  142. ;wave=A
  143. ;palette=1
  144. ;randtime=750
  145. ;mintime=200
  146.  
  147. ;cdtrack=1
  148.  
  149. ;beatframes=16
  150. ;beatlevel=220
  151. ;quiet=1
  152.  
  153.  
  154.  
  155. ; [waves]
  156. ; Use this section to turn on/off certain waves for the automatic cycling
  157. ; Waves are the waveform, the way the audio is interpreted.
  158. ;
  159. ; Use the format   wave-<alpha>=On/Off/Yes/No
  160. ; where <num> is a valid wave code
  161. [waves]
  162. wave-A=on               ; Dot HS
  163. wave-B=on               ; Dot HL
  164. wave-C=on               ; Line VW
  165. wave-D=on               ; Spike S
  166. wave-E=on               ; Spike L
  167. wave-F=on               ; Line HS
  168. wave-G=on               ; Line HL
  169. wave-H=on               ; Dot VL
  170. wave-I=on               ; Spike
  171. wave-J=on               ; Walking
  172. wave-K=on               ; Falling
  173. wave-L=on               ; Lissa
  174. wave-M=on               ; Line VS
  175. wave-N=on               ; Line VL
  176. wave-O=on               ; Line X
  177. wave-P=on               ; Lightning
  178. wave-Q=on               ; Lightning
  179. wave-R=on               ; Dot VS
  180. wave-S=on               ; FireFlies
  181. wave-T=on               ; Pete
  182. wave-U=on               ; Dot VS
  183. wave-V=on               ; Zippy 1
  184. wave-W=on               ; Zippy 2
  185. wave-X=on               ; Zaph Test
  186.  
  187.  
  188. ; [flames]
  189. ; Use this section to turn on/off certain flames for automatic cycling
  190. ; The flame is the effect placed on a wave
  191. ;
  192. ; Use the format   flame-<alpha>=On/Off/Yes/No
  193. ; where <alpha> is a valid flame codes
  194. [flames]
  195. flame-A=on              ; Slow Left
  196. flame-B=on              ; Left Subtle
  197. flame-C=on              ; Left Fast
  198. flame-D=on              ; Up Slow
  199. flame-E=on              ; Up Subtle
  200. flame-F=on              ; Up Fast
  201. flame-G=on              ; Right Slow
  202. flame-H=on              ; Right Subtle
  203. flame-I=on              ; Right Fast
  204. flame-J=on              ; Water
  205. flame-K=on              ; Water Subtle
  206. flame-L=on              ; Skyline
  207. flame-M=on              ; Weird
  208.  
  209.  
  210.  
  211. ; [displays]
  212. ; Use this section to turn on/off certain display modes for automatic cycling
  213. ; The final process before dumping graphics to the screen.
  214. ;
  215. ; Use the format   disp-<alpha>=On/Off/Yes/No
  216. ; where <alpha> is a valid display codes
  217. [displays]
  218. disp-A=on               ; Upwards
  219. disp-B=on               ; Downwards
  220. disp-C=on               ; Hor. Split out
  221. disp-D=on               ; Hor. Split in
  222. disp-E=on               ; Kaleidescope
  223. disp-F=on               ; 90deg rot. mirror
  224. disp-G=on               ; 90deg rot. mirror 2
  225. disp-H=on               ; 90deg Kaleidescope
  226.  
  227.  
  228. ; This section: [oldini] contains the old-style INI lines - This will
  229. ; probably be revamped in a coming version of the code, but will have
  230. ; to suffice until I can think of a good replacement.
  231. ;
  232. ; Pressing 'i' while running Cthugha will write the current settings
  233. ; to the INI file.
  234. ;
  235. [oldini]
  236. ; Here's an example...
  237. ;oldini=200_750_1_6_7_2_0_4_0_1_0_220_16_1653_17_0_2_44100_1_0
  238. [oldini]
  239. ; Auto Added from Cthugha v5.1
  240. oldini=200_750_1_5_3_7_1_9_0_1_0_220_16_22_6_0_8_45454_1_1
  241.  
  242. [oldini]
  243. ; Auto Added from Cthugha v5.1
  244. oldini=200_750_1_5_3_7_1_9_0_1_0_220_16_22_6_0_8_45454_1_1
  245.  
  246. [oldini]
  247. ; Auto Added from Cthugha v5.1
  248. oldini=200_750_1_5_3_7_1_9_0_1_0_220_16_22_6_0_8_45454_1_1
  249.  
  250. [oldini]
  251. ; Auto Added from Cthugha v5.1
  252. oldini=200_750_1_5_3_7_1_9_0_1_0_220_16_22_6_0_8_45454_1_1
  253.  
  254. [oldini]
  255. ; Auto Added from Cthugha v5.1
  256. oldini=200_750_1_5_3_7_1_9_0_1_0_220_16_22_6_0_8_45454_1_1
  257.  
  258. [oldini]
  259. ; Auto Added from Cthugha v5.1
  260. oldini=200_750_1_5_3_7_1_9_0_1_0_220_16_22_6_0_8_45454_1_1
  261.  
  262. [oldini]
  263. ; Auto Added from Cthugha v5.1
  264. oldini=200_750_1_5_3_7_1_9_0_1_0_220_16_22_6_0_8_45454_1_1
  265.  
  266. [oldini]
  267. ; Auto Added from Cthugha v5.1
  268. oldini=200_750_1_5_3_7_1_9_0_1_0_220_16_22_6_0_8_45454_1_1
  269.  
  270. [oldini]
  271. ; Auto Added from Cthugha v5.1
  272. oldini=200_750_1_5_3_7_1_9_0_1_0_220_16_22_6_0_8_45454_1_1
  273.  
  274. [oldini]
  275. ; Auto Added from Cthugha v5.1
  276. oldini=200_750_1_5_3_7_1_9_0_1_0_220_16_22_6_0_8_45454_1_1
  277.  
  278. [oldini]
  279. ; Auto Added from Cthugha v5.1
  280. oldini=200_750_1_5_6_0_1_9_0_1_0_220_16_16_17_0_3_45454_1_0
  281.  
  282. [oldini]
  283. ; Auto Added from Cthugha v5.1
  284. oldini=200_750_1_1_4_5_0_9_0_1_0_220_16_11_11_0_39_45454_1_2
  285.  
  286. [oldini]
  287. ; Auto Added from Cthugha v5.1
  288. oldini=200_750_1_1_5_5_0_9_0_1_0_220_16_4_4_0_3_45454_1_2
  289.  
  290. [oldini]
  291. ; Auto Added from Cthugha v5.1
  292. oldini=200_750_1_4_6_4_1_9_0_1_0_220_16_16_16_0_34_45454_1_5
  293.  
  294. [oldini]
  295. ; Auto Added from Cthugha v5.1
  296. oldini=200_750_1_4_6_4_1_9_0_1_0_220_16_16_16_0_34_45454_1_5
  297.  
  298. [oldini]
  299. ; Auto Added from Cthugha v5.1
  300. oldini=200_750_1_0_6_6_0_4_0_1_0_220_16_10995_3_0_0_45454_1_1
  301.  
  302. [oldini]
  303. ; Auto Added from Cthugha v5.1
  304. oldini=200_750_1_4_6_4_1_9_0_1_0_220_16_16_16_0_34_45454_1_5
  305.  
  306. [oldini]
  307. ; Auto Added from Cthugha v5.1
  308. oldini=200_750_1_1_12_4_1_9_0_1_0_220_16_22_22_0_17_45454_1_0
  309.  
  310. [oldini]
  311. ; Auto Added from Cthugha v5.1
  312. oldini=200_750_1_1_12_4_1_9_0_1_0_220_16_22_22_0_20_45454_1_0
  313.  
  314. [oldini]
  315. ; Auto Added from Cthugha v5.1
  316. oldini=200_750_1_0_5_6_0_4_0_1_0_220_16_21196_5_0_0_45454_1_1
  317.  
  318. [oldini]
  319. ; Auto Added from Cthugha v5.1
  320. oldini=200_750_1_5_3_7_1_9_0_1_0_220_16_22_6_0_8_45454_1_1
  321.  
  322. [oldini]
  323. ; Auto Added from Cthugha v5.1
  324. oldini=200_750_1_5_3_7_1_9_0_1_0_220_16_22_6_0_11_45454_1_1
  325.  
  326. [oldini]
  327. ; Auto Added from Cthugha v5.1
  328. oldini=200_750_1_5_3_7_1_9_0_1_0_220_16_22_6_0_11_45454_1_1
  329.  
  330. [oldini]
  331. ; Auto Added from Cthugha v5.1
  332. oldini=200_750_1_5_3_7_1_9_0_1_0_220_16_22_6_0_11_45454_1_1
  333.  
  334. [oldini]
  335. ; Auto Added from Cthugha v5.1
  336. oldini=200_750_1_5_3_7_1_9_0_1_0_220_16_22_6_0_11_45454_1_1
  337.  
  338. [oldini]
  339. ; Auto Added from Cthugha v5.1
  340. oldini=200_750_1_9_6_6_1_9_0_1_0_220_16_5_5_0_30_45454_1_0
  341.  
  342. [oldini]
  343. ; Auto Added from Cthugha v5.1
  344. oldini=200_750_1_5_3_7_1_9_0_1_0_220_16_22_6_0_9_45454_1_1
  345.  
  346. [oldini]
  347. ; Auto Added from Cthugha v5.1
  348. oldini=200_750_1_0_4_1_1_9_0_1_1_220_16_22_22_0_34_45454_1_0
  349.  
  350. [oldini]
  351. ; Auto Added from Cthugha v5.1
  352. oldini=200_750_1_0_4_1_1_9_0_1_1_220_16_22_22_0_35_45454_1_0
  353.  
  354. [oldini]
  355. ; Auto Added from Cthugha v5.1
  356. oldini=200_750_1_6_12_1_1_9_0_1_1_220_16_22_21_0_45_45454_1_0
  357.  
  358. [oldini]
  359. ; Auto Added from Cthugha v5.1
  360. oldini=200_750_1_6_12_1_1_9_0_1_1_220_16_22_21_0_45_45454_1_0
  361.  
  362. [oldini]
  363. ; Auto Added from Cthugha v5.1
  364. oldini=200_750_1_4_6_4_1_9_0_1_0_220_16_16_16_0_36_45454_1_0
  365.  
  366. [oldini]
  367. ; Auto Added from Cthugha v5.1
  368. oldini=200_750_1_7_6_2_1_9_0_1_0_220_16_22_21_0_47_45454_1_1
  369.  
  370. [oldini]
  371. ; Auto Added from Cthugha v5.1
  372. oldini=200_750_1_5_6_4_1_9_0_1_0_220_16_16_21_0_41_45454_1_0
  373.  
  374. [oldini]
  375. ; Auto Added from Cthugha v5.1
  376. oldini=200_750_1_5_10_2_1_9_0_1_0_220_16_16_1_0_7_45454_1_0
  377.  
  378. [oldini]
  379. ; Auto Added from Cthugha v5.1
  380. oldini=200_750_1_2_9_3_1_9_0_1_0_220_16_16_6_0_21_45454_1_0
  381.  
  382. [oldini]
  383. ; Auto Added from Cthugha v5.1
  384. oldini=200_750_1_9_1_4_1_9_0_1_0_220_16_22_5_0_36_45454_1_0
  385.  
  386. [oldini]
  387. ; Auto Added from Cthugha v5.1
  388. oldini=200_750_1_6_9_2_1_9_0_1_0_220_16_0_1_0_21_45454_1_0
  389.  
  390. [oldini]
  391. ; Auto Added from Cthugha v5.1
  392. oldini=200_750_1_4_10_4_1_9_0_1_0_220_16_22_8_0_37_45454_1_6
  393.  
  394. [oldini]
  395. ; Auto Added from Cthugha v5.1
  396. oldini=200_750_1_3_4_4_1_9_0_1_0_220_16_0_4_0_22_45454_1_0
  397.  
  398. [oldini]
  399. ; Auto Added from Cthugha v5.1
  400. oldini=200_750_1_1_7_4_1_9_0_1_0_220_16_0_6_0_37_45454_1_0
  401.  
  402. [oldini]
  403. ; Auto Added from Cthugha v5.1
  404. oldini=200_750_1_5_8_4_1_41_0_1_0_220_16_22_4_0_21_45454_1_0
  405.  
  406. [oldini]
  407. ; Auto Added from Cthugha v5.1
  408. oldini=200_750_1_4_8_4_1_0_0_1_0_220_16_0_8_0_27_45454_1_0
  409.  
  410. [oldini]
  411. ; Auto Added from Cthugha v5.1
  412. oldini=200_750_1_3_0_2_1_3_0_1_0_220_16_0_11_0_37_45454_1_0
  413.  
  414. [oldini]
  415. ; Auto Added from Cthugha v5.1
  416. oldini=200_750_1_1_6_0_1_9_0_1_0_220_16_16_11_0_45_45454_1_3
  417.  
  418. [oldini]
  419. ; Auto Added from Cthugha v5.1
  420. oldini=200_750_1_1_6_0_1_9_0_1_0_220_16_16_11_0_45_45454_1_3
  421.  
  422. [oldini]
  423. ; Auto Added from Cthugha v5.1
  424. oldini=200_750_1_7_9_1_1_9_0_1_0_220_16_22_18_0_49_45454_1_3
  425.  
  426. [oldini]
  427. ; Auto Added from Cthugha v5.1
  428. oldini=200_750_1_9_1_4_1_9_0_1_0_220_16_0_4_0_28_45454_1_0
  429.  
  430. [oldini]
  431. ; Auto Added from Cthugha v5.1
  432. oldini=200_750_1_0_9_0_1_9_0_1_0_220_16_16_18_0_7_45454_1_3
  433.  
  434. [oldini]
  435. ; Auto Added from Cthugha v5.1
  436. oldini=200_750_1_1_4_5_0_9_0_1_0_220_16_11_11_0_39_45454_1_2
  437.  
  438.