home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / adlibmsc / demo / readme.txt < prev   
Encoding:
Text File  |  1989-02-01  |  946 b   |  24 lines

  1. Directory: DEMO
  2.  
  3. Ad Lib Inc., 17-Oct-88
  4. ----------------------
  5.  
  6. This directory contains the demonstration program DEMO2.EXE and its source
  7. code.  This program uses a different method for producing sound effects: no
  8. music files are required.
  9.  
  10. The source code is contained in DEMO2.C and ADLIB.C.  DEMO2.C contains
  11. compilation instructions and is the file which will be of most interest to
  12. you.  ADLIB.C contains lower level routines and is in the directory
  13. a:\LOWLEVEL on the diskette.
  14.  
  15. To execeute, enter DEMO2.  No execution flags are required, but it will look
  16. for instrument (.INS) files in the sub-directory INSTR.  So the program must
  17. be executed in a directory with a sub_directory INSTR.  The program will
  18. execute properly if executed on the floppy drive in the directory DEMO.
  19.  
  20. If the sounds seem to execute too quickly, you may specify the flag "/Txx",
  21. where xx is a number > 20.  (Probably at least 25 or 30.)
  22.  
  23.  
  24.