home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 202.lha / SoundScape / readme < prev   
Encoding:
Text File  |  1988-12-28  |  2.2 KB  |  49 lines

  1.  
  2. This ARC file contains the C source, object modules and executables
  3. for Todor Faye's modules for SoundScape.  These programs are 
  4. described in recent issues of Amazing Computing magazine, available
  5. from PIM Publications, Box 869, Fall River, Mass. 02722.
  6.  
  7. About the directories on this disk:
  8.  
  9. LatticeExamples has all the example programs from the first four
  10. Amazing Computing articles.  These can be compiled with any version
  11. of the Lattice compiler with the stack checking code turned off 
  12. (flag -v).  The .with files for the linker are included.
  13.  
  14. LatticeLib has all the soundscape libraries in the link format
  15. for BLINK and ALINK.  Use these for compiling the Lattice examples.
  16.  
  17. AztecExamples has all the example programs for compilation
  18. with Aztec V 3.20 (not the latest release.  The new compiler
  19. is more compatible with Lattice and supports the same link format.)
  20. Read the README documentation in that directory.
  21. If you have the new Aztec compiler (v 3.40 or later), use the
  22. Lattice examples and link with the files in NewAztecLib.
  23.  
  24. AztecLib has the libraries for the older Aztec compiler.
  25.  
  26. NewAztecLib has the soundscape libraries linkable with the current
  27. Aztec compiler.  The only difference between these libraries and the
  28. ones in LatticeLib is that they make calls (for low level routines like
  29. multiplies) to routines in c32.lib, the Aztec library, instead of lc.lib,
  30. the Lattice library.
  31.  
  32. Imagemaker is a very very old program that I wrote to design images
  33. with. It only runs from the CLI.  It generates C image data files
  34. with the extension '.i' which it can read and write.  Simply read
  35. these into your program from the editor.  It's pretty simple to use,
  36. the only strangeness is you click on the Close gadget of the
  37. draw window to leave it and access the commands, but the draw window
  38. doesn't close until you quit the program with the [q]uit option.
  39.  
  40. All of the files and compiled executables are public domain and may
  41. be distributed freely.
  42.  
  43. If you are working on a SoundScape module and have some implementation
  44. questions or thorny issues, I can be reached in writing at P.O. Box 36, 
  45. Sierra Madre, CA 91024.  Sorry, I'm not on any networks.  
  46. Still blissfully in the dark ages.
  47.  
  48. Todor
  49.