home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / DEMO / PRG / CTHUG53.ZIP / CTHUGHA.INI < prev    next >
Encoding:
INI File  |  1995-06-24  |  6.4 KB  |  257 lines

  1. ;
  2. ;                                 Cthugha V5.3
  3. ;                          'An Oscilliscope on Acid'
  4. ;
  5. ;                    by the Digital Aasvogel Group. 1993-1995
  6. ;                            Revision V5.3 - 18Jun95 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. ; NEW INI FILE SETTINGS FOR VERSION 5.3
  32.  
  33.  
  34. vesa=yes
  35. ; Turns VESA mode on or off
  36.  
  37. ;audio_port=220
  38. ; audio IO port (Hex address) - ENV variables override this
  39.  
  40. audio_irq=7
  41. ; audio IRQ - ENV variables override this
  42.  
  43. ;audio_dma=1
  44. ; audio DMA channel - ENV variables override this
  45.  
  46. ;audio_dma16=5
  47. ; audio DMA16 channel - ENV variables override this
  48.  
  49. ;audiowait=no
  50. ; Process the audio EVEN if we havent sampled it all yet - gives a
  51. ; different feel to the display...
  52.  
  53. ;myname=Joerg
  54. ; If your name is in the CD list, put something here to match
  55. ; the string, and the list will start at your name
  56.  
  57.  
  58. ; debug  -  yes/no - default NO
  59. ;    can be used multiple times to turn debug mode 'on' during the ini file
  60. ;    processing, and 'off' at the end of a section.
  61. ;debug=yes
  62.  
  63. ; version - integer
  64. ;    Used to warn the user if the version of Cthugha differs to the
  65. ;    one they designed the INI file for.
  66. version=530
  67.  
  68. ; refresh - yes/no - Default NO
  69. ;           Turn on/off the vertical trace wait
  70. refresh=off
  71.  
  72.  
  73. ; soundcard - sbpro/oldsb/gus/pas  - default SEARCH
  74. ;     specifies the type of audio card you are using.
  75. ;soundcard=sbpro
  76.  
  77.  
  78. ; source - CD/Line/Mic - default CD
  79. ;     specifies where the incoming audio is coming from
  80. source=CD
  81.  
  82. ; stereo - yes/no - Default YES
  83. stereo=yes
  84.  
  85.  
  86. ; pcx    - yes/no - Default YES
  87. ;    Use PCX files (image files)
  88. pcx=yes
  89.  
  90.  
  91. ; pause  - yes/no - Default NO
  92. ;    pause after all initialisation (good for troubleshooting)
  93. pause=no
  94.  
  95.  
  96. ; locked - yes/no - Default NO
  97. ;    Start Cthugha in LOCKED mode, that is, the automatic cycling is
  98. ;     disabled (the modes won't change)
  99. locked=no
  100.  
  101.  
  102. ; string_file - FILENAME
  103. ;    Load quiet-strings from this filename.  The specified file 
  104. ;    should contain the lines of text that will display when the audio
  105. ;    is silent for a period.
  106. ;string_file=strings.txt
  107.  
  108.  
  109. ; table_file - FILENAME
  110. ;    Load this filename as the default TAB file.  Cthugha automatically
  111. ;    loads TAB files, uses this to specifically override.
  112. ;    (see DOC to describe TAB files, and translations)
  113. ;table_file=hurr.tab
  114.  
  115.  
  116. ; translate  - yes/no - Default YES
  117. ;    Use translation tables, loaded from TAB files (disable on slow PC's)
  118. ;    (see DOC to describe TAB files, and translations)
  119. translate=yes
  120.  
  121.  
  122. ; fft        - yes/no - Default YES
  123. ;    Use the FFT functions (Disable on slow PC's)
  124. ;    FFT (Fast Fourier Transform), which translates the audio waveform
  125. ;     into the frequency domain (see heavy duty mathematics books for
  126. ;    theory on this)  If you can do this better/faster than Cthugha
  127. ;    please send the code :-)
  128. fft=yes
  129.  
  130.  
  131. ; cpu_check  - yes/no - Default YES
  132. ;    Failsafe CPU check, Disable if you have problems with it.
  133. ;    Cthugha checks to see if you computer is a 386 or better,
  134. ;    but if this code wrongly detects the CPU type, disable it.
  135. cpu_check=YES
  136.  
  137.  
  138. ; internal_pal - yes/no - Default YES
  139. ;    Use internal Palettes
  140. ;internal_pal=no
  141.  
  142.  
  143. ; external_pal - yes/no - Default YES
  144. ;    Use external Palettes
  145. ;external_pal=no
  146.  
  147. ; input_vol - integer 0-255, default to audio card default
  148. ;     Audio card input volume level.
  149. ; input_vol=255
  150.  
  151.  
  152. ; vu_rate - integer 0-44000
  153. ;    VU meter, on the CD control panel display, sampling rate
  154. ;    (this is independant of Cthugha's graphics).
  155. ; vu_rate=0
  156.  
  157. ; stop_cd - yes/no  default NO
  158. ;           Stop the CD after exiting Cthugha (needed on some CD's)
  159. ; stop_cd=yes
  160.  
  161. [startup]
  162. ;flame=A
  163. ;wave=A
  164. ;palette=1
  165. ;randtime=750
  166. ;mintime=200
  167.  
  168. ;cdtrack=1
  169.  
  170. ;beatframes=16
  171. ;beatlevel=220
  172. ;quiet=1
  173.  
  174.  
  175.  
  176. ; [waves]
  177. ; Use this section to turn on/off certain waves for the automatic cycling
  178. ; Waves are the waveform, the way the audio is interpreted.
  179. ;
  180. ; Use the format   wave-<alpha>=On/Off/Yes/No
  181. ; where <num> is a valid wave code
  182. [waves]
  183. wave-A=on        ; Dot HS
  184. wave-B=on        ; Dot HL
  185. wave-C=on        ; Line VW
  186. wave-D=on        ; Spike S
  187. wave-E=on        ; Spike L
  188. wave-F=on        ; Line HS
  189. wave-G=on        ; Line HL
  190. wave-H=on        ; Dot VL
  191. wave-I=on        ; Spike
  192. wave-J=on        ; Walking
  193. wave-K=on        ; Falling
  194. wave-L=on        ; Lissa
  195. wave-M=on        ; Line VS
  196. wave-N=on        ; Line VL
  197. wave-O=on        ; Line X
  198. wave-P=on        ; Lightning
  199. wave-Q=on        ; Lightning
  200. wave-R=on        ; Dot VS
  201. wave-S=on        ; FireFlies
  202. wave-T=on        ; Pete
  203. wave-U=on        ; Dot VS
  204. wave-V=on        ; Zippy 1
  205. wave-W=on        ; Zippy 2
  206. wave-X=on        ; Zaph Test
  207.  
  208.  
  209. ; [flames]
  210. ; Use this section to turn on/off certain flames for automatic cycling
  211. ; The flame is the effect placed on a wave
  212. ;
  213. ; Use the format   flame-<alpha>=On/Off/Yes/No
  214. ; where <alpha> is a valid flame codes
  215. [flames]
  216. flame-A=on        ; Slow Left
  217. flame-B=on        ; Left Subtle
  218. flame-C=on        ; Left Fast
  219. flame-D=on        ; Up Slow
  220. flame-E=on        ; Up Subtle
  221. flame-F=on        ; Up Fast
  222. flame-G=on        ; Right Slow
  223. flame-H=on        ; Right Subtle
  224. flame-I=on        ; Right Fast
  225. flame-J=on        ; Water
  226. flame-K=on        ; Water Subtle
  227. flame-L=on        ; Skyline
  228. flame-M=off        ; Weird
  229.  
  230.  
  231.  
  232. ; [displays]
  233. ; Use this section to turn on/off certain display modes for automatic cycling
  234. ; The final process before dumping graphics to the screen.
  235. ;
  236. ; Use the format   disp-<alpha>=On/Off/Yes/No
  237. ; where <alpha> is a valid display codes
  238. [displays]
  239. disp-A=on        ; Upwards
  240. disp-B=on        ; Downwards
  241. disp-C=on        ; Hor. Split out
  242. disp-D=on        ; Hor. Split in
  243. disp-E=on        ; Kaleidescope
  244. disp-F=on        ; 90deg rot. mirror
  245. disp-G=on        ; 90deg rot. mirror 2
  246. disp-H=on        ; 90deg Kaleidescope
  247.  
  248.  
  249. ; This section: [oldini] contains the old-style INI lines - This will
  250. ; probably be revamped in a coming version of the code, but will have
  251. ; to suffice until I can think of a good replacement.
  252. ;
  253. ; Pressing 'i' while running Cthugha will write the current settings
  254. ; to the INI file.
  255. ;
  256. [oldini]
  257.