home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1042 / micpaint.doc next >
Text File  |  1993-01-29  |  2KB  |  44 lines

  1. January 30, 1993
  2.  
  3. MicPaint v1.0
  4. By Craig M. Walsh
  5. CIS 70701,1614
  6. walsh@biovx1.dnet.nasa.gov
  7.  
  8. MicPaint is a program that runs on PCs with VGA graphics and a sound
  9. card with a microphone input port.  It produces interesting graphic
  10. "artwork" from samples entering the analog to digital converter of the
  11. sound card.  The program works best on fast machines, since the graphics
  12. routines implemented here are not very fast.
  13.  
  14. As some may recall, a few years back, I remember hearing of a TV show
  15. where a monkey was allowed to produce modern art.  This monkey had a
  16. paint brush tied to its tail (or something like that) so that when held
  17. against a canvas, the monkey's movements produced various swipes of
  18. color on the canvas.  A hidden camera recorded the excitement of art
  19. critics who viewed the "works" after the monkey had been let out of the
  20. room and the canvases were properly framed.  Of course those strokes,
  21. the brash and unpretensious use of the brush, signified genius.  Today,
  22. the Monkey's portfollio is being auctioned at various places, including
  23. Sotheby's in Los Angeles.
  24.  
  25. MicPaint was designed to emulate this great Monkey genius.  Yet, it is
  26. quite different.  It picks up sounds (or whatever other signal impinges on
  27. the ADC port) and displays the samples in various ways on the graphic
  28. "palette" of the VGA screen.  Of course, this is an update to Radio
  29. Shack's famous "disco lights," although I prefer to think that MicPaint
  30. is a bit more in tune to Hip Hop and Rap (note the "grafitti mode") input
  31. than the aforementioned.
  32.  
  33. USE:     You will need a computer with a VGA graphics adaptor and a
  34. sound card with an addressable ADC port.  I wrote this program on a 486
  35. computer with a Covox SoundMaster II.  The SMII has an ADC port on my
  36. machine at 22f (hex), so the default port for the system is defined for
  37. this.  However, you can override this by using the -p flag at the
  38. command line.  The program will then display its artwork in 256 color
  39. VGA graphics.  So, turn on the local pop radio station and crank it up!
  40. Then, invite friends over, turn off all the lights and turn on MicPaint.
  41. And please, don't feed the monkey!
  42.  
  43. P.S.  This program is freeware.  Pass it on and have fun!
  44.