home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / sound / st_play / readme.txt < prev    next >
Text File  |  1985-11-17  |  3KB  |  62 lines

  1. This archive contains a TOS program that plays songs in up to three parts
  2. on the internal sound chip from binary data files, also contained in this
  3. archive.  The program does not require any extra hardware and works in any
  4. resolution.  The binary data files were created using a music compiler that
  5. I am working on based on one for the BBN BitGraph terminal, written in 1982
  6. by Bob Brown at Purdue University.  I am attempting to contact him to get
  7. permission to post my version of his music compiler (called MC).  I am posting
  8. this archive to give people who, like me, have minimal hardware and no color
  9. monitor, some music to play on their ST's.
  10.  
  11. To use this program, unarchive the program and data files and run it
  12. from your favorite shell or from the desktop.  It is written using the
  13. Mark Williams C compiler, so you have to be careful running this program
  14. under some versions of the Beckemeyer shells.
  15.  
  16. The command line to play.ttp consists of any number of files and
  17. tempo modifiers.  The file names must include the extension of the file,
  18. if any, and tempo modifiers consist of a dash ("-") followed immediately
  19. by a decimal value -- No intervening space character.  This value represents
  20. the number of milliseconds between screen refreshes.  The program calculates
  21. the actual value (around 17 for monochrome), but you can use this to override
  22. this calculated value and make the music play faster or slower -- The higher
  23. the number, the faster the tempo.  The tempo modifier affects the playing of
  24. all files which follow it on the command line up to the next tempo modifier.
  25.  
  26. Examples:
  27.  
  28.     play -20 bach tpi10 tpi4 tpi8    # plays slightly faster
  29.     play -10 tpi8 -20 tpi8        # plays slowly and then fast
  30.     play tpi8            # plays at normal speed
  31.     play tpi*            # in a shell which expands wildcards
  32.  
  33. Each data file starts with a magic number so play.ttp can tell if the
  34. file is playable.  If it is not, it tells you and continues to the next
  35. file.
  36.  
  37. To terminate playing of a music file, press both left and right shift
  38. keys simultaniously.  The current song will stop and the next song will
  39. start.
  40.  
  41. This archive contains the following files:
  42.  
  43.     bach        Wachet Auf, J.S.Bach. From Cantata No. 140, BWV 140
  44.     duetto        Duetto #II, Mozart.  Based on Sonata in F, K. 376
  45.     play.ttp    The playback program (TPP, not GEM)
  46.     readme.txt    This file
  47.     sonatine    Sonatine 1, Hans Kohler, Opus 96    
  48.     tpi10        Two Part Invention #10, J.S.Bach
  49.     tpi4        Two Part Invention #4, J.S.Bach
  50.     tpi8        Two Part Invention #8, J.S.Bach
  51.  
  52. I hope you enjoy this program, and if you are interested in the music compiler,
  53. the play file format, or anything else, just send me mail.
  54.  
  55.                     Daniel A. Glasser
  56.                     Mark Williams Co.
  57.                     1430 W. Wrightwood Ave.
  58.                     Chicago, IL 60614
  59.  
  60.                     CIS:    [76505,1672]
  61.                     usenet:    ...!ihnp4!mwc!dag
  62.