home *** CD-ROM | disk | FTP | other *** search
/ modiromppu / modiromppu.iso / PROGRAMS / ORGPACKS / CTHUGHA.ZIP / CTHUGHA.DOC < prev    next >
Text File  |  1994-10-30  |  13KB  |  408 lines

  1.  
  2.                                  Cthugha V5.1
  3.                           'An Oscilliscope on Acid'
  4.  
  5.                     by the Digital Aasvogel Group. 1993-1994
  6.                             Revision V5.1 - 30Oct94 zaph/moles
  7.  
  8.                     DOCUMENTATION 
  9.  
  10.  
  11. "It gives credence to the phrase 'I can see music'...There is no real
  12.  way to describe the patterns except as weird".
  13.  - Australian PC Review Oct '94
  14.  
  15.  
  16.  
  17.                       What does this software do then ?
  18. -----------------------------------------------------------------------
  19. Audio input seeded image processing.
  20. Cool.
  21. Hook up your CD player to the input of your sound card,
  22. or use your CD-ROM player (if you've got one).
  23. Run Cthugha (DOS program)
  24. Then play your coolest music.
  25. - and wow, does your screen look like a 90's lava lamp or what ?
  26.  
  27. Cthugha 'listens' to your music, and changes the display dynamically
  28. to the sound.  
  29.  
  30. Ever looked at an oscilliscope of your voice or of music ?
  31.  
  32. Think of this as an oscilliscope on acid.
  33.  
  34.  
  35.  
  36.                        Who's this Cthugha dude anyway ?
  37. -----------------------------------------------------------------------
  38. "Cthugha" is hard to pronounce (Kuth-ooo-Ga), and spell.
  39. The name is an ancient name from the occults.
  40. The following is an extract from the texts that describe him (it) the best.
  41.  
  42. "Cthugha resembles an enormous burning mass continually varying in shape.
  43. It dwells at or near the star Fomalhaut, from whence it may be called.
  44. It is one of the most obscure and remote of all the Great Old Ones."
  45. Call of Cthulhu - Chaosium
  46.  
  47. When Cthugha is summoned he is always accompanied by Fire Vampires.
  48.  
  49. 'There appeared thousands of tiny points of light. ... The myriad points of
  50. light were living entities of flame!  For wherever they touched, fire sprang
  51. up.'
  52. The dweller in Darkness, by August Derleth
  53.  
  54.  
  55.  
  56.                             Getting Started
  57. -----------------------------------------------------------------------
  58.  
  59. Try one of these DOS command lines to test Cthugha:
  60.  
  61.    No soundcard           :   CTHUGHA -x
  62.    Soundblaster (Line In) :   CTHUGHA -L
  63.    Soundblaster (CD In)   :   CTHUGHA -c 1
  64.    GUS (Line In)          :   CTHUGHA -G -L
  65.    GUS (CD In)            :   CTHUGHA -G -c 1
  66.  
  67. Once Cthugha is running, try one of these keys to help you along:
  68.  
  69.    C  - Bring up the CD-Player
  70.    F1 - Help Screen
  71.  
  72.  
  73.                             Technical Stuff :
  74. -----------------------------------------------------------------------
  75.  
  76. Sound Cards :
  77.  
  78. Tested with soundblaster Pro and 16
  79. Tested with GUS
  80. **PROBABLY DOESN'T WORK WITH A PAS AT THE MOMENT :-(
  81.  
  82. (Sorry - that's all we had, if you want other cards supported get in
  83. touch, and we'll see what we can do.)
  84.  
  85. It needs a fair bit of Base memory, somewhere around 550k I think,
  86. and XMS/EMS would be handy - for TABs and PCX files
  87.  
  88. Oh yeah, it needs a 386 too :-)
  89. And it *really* wants a 486 with a good-speed graphics card...
  90. And it *flys* with a Pentium PCI machine :-)
  91.  
  92. DOS Command Line syntax:
  93.  
  94. Cthugha: Command line options
  95. (These are Case sensitive commands)
  96.  
  97.   -L,-M,-C  : Use Line/Mic/CD as input
  98.   -G,-S,-P  : Use GUS/SB/PAS (default: search)
  99.   -O        : Use OLD SB code (useful for PAS or other cards that dont work)
  100.   -s,-m     : Default to STEREO/MONO
  101.   -i,-e     : Disable Inbuilt/External Palettes
  102.  
  103.   -T <num>  : Minimum frames before changing
  104.   -R <num>  : extra random frames before changing
  105.               time delay formula : delay = t + rand()%r
  106.  
  107.   -V <0-255>: Set input volume to <0-255>
  108.   -v <rate> : VU bar sample rate (Default=4000)
  109.  
  110.   -Q <num>  : Number of frames before silence change <def:200>
  111.   -f <num>  : Start with flame   #<num>
  112.   -w <num>  : Start with wave    #<num>
  113.   -p <num>  : Start with palette #<num>
  114.   -l        : Lock to first wave/flame/palette
  115.  
  116.   -d        : Pause just before running (usually for debug)
  117.   -x        : Debug mode (no sound source needed) - generate random noise
  118.   -t <fname>: Load alternate Translation table file
  119.   -q <fname>: Load alternate Quiet strings from a text file
  120.  
  121.   -X        : Disable PCX files
  122.  
  123.   -B <num>  : Set the beat volume level to #<num>                <def:220>
  124.   -b <num>  : Set the number of beats to #<num> (0,-ve to disable) <def:16>
  125. (Notes on BEATS):
  126.   The BEAT flags allow the screen to try to change on a regular number of
  127.   loud beats.  Usually this matches either a drum beat, or loud vocals.
  128.   If you set the values too low, everything starts going crazy :-)
  129.   (This would be better implemented as a frequency based system)
  130.  
  131.  
  132. Keyboard Commands (While running) :
  133.  
  134.   - +     Drop/Increase the sample rate by 1000hz
  135.   < >     Drop/Increase the noise threshold (blanking level)
  136.  
  137.   i       write current setting to INI file
  138.  
  139.   w       change wave function
  140.   f       change flame function
  141.   p       changes palette
  142.   t       changes table (how it uses the palette)
  143.   d       changes display function (up/down etc)
  144.   m       massage the audio (figure that one out!!)
  145.   L       Lock modes (No random switching)
  146.   c       CD player interface
  147.   <space> randomally changes something (maybe the same)
  148.   *       Stereo/Mono toggle
  149.   !       Toggle Translation Table
  150.  
  151.   <esc>   Exit
  152.   x       Exit
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.                             More Tech Stuff :
  160. -----------------------------------------------------------------------
  161.  
  162. Palette File Format :
  163. The format is the same that FRACTINT uses.  If not all color indexes
  164. are specified then they default to black.  The color values are
  165. specified in RGB tupples (0-255), where 0 is black.  Easy !
  166. The software scans the current directory for palette files (ext .MAP)
  167. and uses up to the first 25 it finds.
  168. Format -
  169.  
  170. 255 255 255 comments index 0
  171. ... ... ...
  172. 255 255 255 comments color index 255
  173.  
  174. If you come up with a good palette file, 
  175. email it to zaph@torps.apana.org.au
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.                               Translation Tables:
  183. -----------------------------------------------------------------------
  184. These tables (TAB files) are used to design just about ANY effect,
  185. without recompiling the source to Cthugha!!!
  186.  
  187. Here's how they work.
  188. You generate a table, 320x204, of integers - the integer represents the
  189. SOURCE pixel for this DESTINATION pixel.
  190.  
  191. e.g  in a small 3x3 world..
  192. 123
  193. 456
  194. 789    would do nothing
  195.  
  196. 236
  197. 519
  198. 478    would rotate around the edge, and pop back to the center...
  199.  
  200. Read the source to GENTABLE.C to try to work out how it works, or send me
  201. some email!
  202.  
  203. By default Cthugha loads all TAB files from the current directory.
  204. Several tables are included with Cthugha, to load only a single TAB file
  205. use the DOS command line option
  206. CTHUGHA -t <fname>
  207.  
  208. The CTHUGHA.INI file can can specify specific TAB files
  209.  
  210. In the [general] area
  211. table_file = FRED.TAB
  212.  
  213.  
  214. The loading of TAB files can be disabled by specifying
  215. in the [general] area 
  216. translate = no
  217.  
  218.  
  219.  
  220.  
  221.  
  222.                                  Quiet Strings:
  223. -----------------------------------------------------------------------
  224. If everything goes quiet for a while, then Cthugha will pop up one of 
  225. 19 strings to the screen
  226. Each string can be up to 19 characters long, and can be read from a text
  227. file with the following DOS command line parameter
  228.  
  229. CTHUGHA -q filename
  230.  
  231. The first 19 characters of each line are used for the string table.
  232.  
  233. Or in the [general] area of the CTHUGHA.INI file
  234. string_file = filename
  235.  
  236.  
  237.  
  238.  
  239.                          Contact/Shipping/legal things :
  240. -----------------------------------------------------------------------
  241. CTHUGHA V5.1
  242.  
  243. Forward messages to Zaph
  244.     Internet zaph@torps.apana.org.au
  245.     Torps Productions BBS +61-3-813-3688
  246.     FidoNet 3:634/386                   (FREQ CTHUGHA for the latest version)
  247.     Compuserve 100240,2002  (I'd rather use Internet...)
  248.  
  249.     or:
  250.  
  251.     Zaph
  252.     PO Box 331 
  253.     Richmond 3121 
  254.     Victoria, Australia
  255.  
  256.  
  257. SHAREWARE  (PostcardWare/CDWare)
  258. Free for non-commercial use  -  Send a Postcard to show your appreciation
  259. If you have more money than you know what to do with, then send me a CD
  260. of something you like listening to with Cthugha on the screen...
  261.  
  262. Really, there's no point sending me a cheque for $20-$30, because its going
  263. to cost to get it cashed anyway, and I'd probably go out and buy a CD with
  264. the money, so - if you want to send more than a postcard,  why not just send
  265. a CD instead ??
  266.  
  267. Commercial users register for US$50 (or AUS$50)
  268. (Previous versions were US$20, but it costs that much to cash the cheque!)
  269.  
  270.     Kevin Burfitt
  271.     PO Box 331
  272.     Richmond 3121 
  273.     Victoria, Australia
  274.  
  275.  
  276. If you can't afford to register send a video tape (PAL preferably) of
  277. public performance or send a postcard :-)
  278.  
  279. If you forward this program on to friends, make it available on a
  280. BBS, etc please include this document (un-adulterated).
  281.  
  282. If you run a shareware house/store, the disk you sell this program on
  283. is not allowed to be sold for more than US$20.
  284.  
  285. DISCLAIMER : this software is provided 'as is' without waranty
  286. of any kind implied or expressed.
  287.  
  288. If it works, great.
  289. If it doesn't, then that's your bad luck - send us some mail and we will try
  290. to fix it.
  291.  
  292.  
  293.  
  294.  
  295.  
  296.                                   Thanks to:
  297. -----------------------------------------------------------------------
  298. Coders:
  299.  
  300. zaph@torps.apana.org.au       (Kevin Burfitt)   Thats me :-)
  301. moles@torps.apana.org.au      (Myles Abbott)    Documentation/Ideas
  302. u23783@vicvm.uic.edu          (Daniel Sachs)    SBpro/SB16 Stereo Support,
  303.                                                 CD stuff, Borland support
  304. ukr8@rz.uni-karlsruhe.de      (Jochen Quante)   GUS support
  305. oferf@itexjct.jct.ac.il       (Ofer Faigon)     Table generation programs
  306.  
  307. General:
  308.  
  309. Dean Scully                             Convinced me to release the beast...
  310. millen3@rpi.edu (Neal Millen)           First person to email me with ideas!
  311. bl2i+@andrew.cmu.edu (Bryan Lewis)      Said nice things about Cthugha
  312. pgray@umr.edu (Paul Gray)               Convinced me to release this version
  313. markd@bushwire.apana.org.au             Offered his site for FTP access
  314. jay@earthlink.net                       For the Cthugha FTP site
  315.  
  316. ID software                             For DOOM :-)
  317.  
  318.  
  319.  
  320. Good CD's to watch:  (With comments from the net!)
  321. -----------------------------------------------------------------------
  322. The Cure:
  323. Dire Straits:     Brothers in Arms
  324. Ella Fitzgerald:  (really!!, the 20's songs - trp@Cs.Nott.AC.UK)
  325. Enigma:
  326. Enya:             (Excellent with all white palettes - jsee+@andrew.cmu.edu)
  327. Nine Inch Nails:
  328. Peter Gabriel:
  329. Pink Floyd:       The Dark Side Of The Moon
  330. Pink Floyd:       Momentary lapse of reason
  331. Pink Floyd:       (actually, anything by Pink Floyd will do...)
  332. Orbital:
  333. Smashing Pumpkins:
  334. Metallica:        Orion - use the crawling worms mode :-)
  335. Metallica:        Use Lightning for most tracks
  336. Hendrix:
  337. Manic Depression:
  338. Pete Namlook:
  339. Klaus Schulze:
  340. Kraftwerk:
  341. Aphex Twin:
  342. The Church:
  343. Future Sound of London - Lifeforms
  344.  
  345.  
  346.  
  347. SOURCE CODE:
  348. -----------------------------------------------------------------------
  349. The Source code to V5.1 is shipped in a seperate archive.  If you cannot
  350. find it, email me at:  zaph@torps.apana.org.au
  351.  
  352. If you are interested in contributing to the source, contact me via the
  353. Internet  zaph@torps.apana.org.au
  354.  
  355.  
  356.  
  357. TroubleShooting                                         TroubleShooting
  358. -----------------------------------------------------------------------
  359. Q: Why doesnt Cthugha work with my V2 Soundblaster ?
  360. A: It might, try using the -O mode for compatibility
  361.  
  362. Q: Why isnt there native support for my <xxx> card ?
  363. A: Because I need someone like you to write it for me!!
  364.    For now, try the -S or -O options...
  365.  
  366. Q: How can I register Cthugha ?
  367. A: You can send me a postcard, its all I ask...  if you have too much money
  368.    and don't know what to do with it, then send me a CD of something that 
  369.    looks cool with Cthugha!
  370.    (You could send more, but I don't ask for it... so far I've been sent
  371.    several postcards, a couple of long letters, and some CDs)
  372.  
  373.  
  374.  
  375. TIPS
  376. -----------------------------------------------------------------------
  377. I can't remember how to spell CTHUGHA,
  378.  
  379. Well here's how I remember :
  380. 1. It starts with a     'C'
  381. 2. It's got the word     'THUG' in it
  382. 3. Followed by         'HA'
  383. 4. Easy, really (You'd be surprised how many permutations we get)
  384.  
  385.  
  386.  
  387. InterNet MAILING List
  388. -----------------------------------------------------------------------
  389. If you wish to joing the discussion group (using, programming, bugs etc)
  390.  
  391. Send E-Mail to fileserv@torps.apana.org.au
  392. with
  393. JOIN CTHUGHA
  394. in the *message* text (it ignores _subject_ text)
  395.  
  396.  
  397. if you wish to know when the new versions are out
  398. Send E-Mail to fileserv@torps.apana.org.au
  399. with
  400. JOIN CTHUGHA-ANNOUNCE
  401. in the *message* text (it ignores _subject_ text)
  402.  
  403.  
  404.  
  405.  
  406. -EOF-
  407.  
  408.