home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / audio / cmusic.README < prev    next >
Encoding:
Text File  |  1994-04-20  |  1.9 KB  |  42 lines

  1. Dear Peruser-
  2.  
  3. In this directory are two files containing the CARL software distribution for
  4. Sparc stations and for the NeXT computer.  Both have been compressed with gzip.
  5. When uncompressed with, say, gunzip, they each become MUCH larger tar files
  6. containing many directories, subdirectories and files containing all the
  7. sources and documentation for CARL software as it has been ported to the Sun
  8. Sparc and NeXT platforms. 
  9.  
  10. The Sparc version contains a more-or-less full port of the CARL software (and
  11. requires a Fortran compiler to properly install). 
  12.  
  13. The NeXT version contains a partial port of the CARL software, including the
  14. cmusic program (modified slightly to know about NeXT .snd files) and the pv
  15. phase vocoder program (fully described in my book Elements of Computer Music).
  16. The NeXT version of cmusic is essentially the same as the "classical" one
  17. except that it includes a new "-f" flag, as in the command
  18.  
  19.     cmusic -f score.sc
  20.  
  21. which causes cmusic to directly create a soundfile called "score.snd"
  22. (corresponding to the scorefile name) rather than requiring the usual pipe to
  23. another program which writes sound files to disk (the one for the NeXT platform
  24. is called "tosnd" and is included). 
  25.  
  26. These programs were written principally by me and Gareth Loy over the past 15
  27. years or so, with contributions from Mark Dolson (pvoc) and others.  The
  28. software distribution contains much (though often somewhat out-of-date)
  29. documentation.  The best source of information on cmusic and the pv programs is
  30. my book Elements of Computer Music (be sure to obtain the third printing (the
  31. Library of Congress page says "10 9 8 7 6 5 4 3") which contains corrections of
  32. hundreds of errata as compared with earlier printings (this printing was done 
  33. in early 1994).  For other software the included documentation (man pages, help 
  34. files, etc.) is largely correct. 
  35.  
  36. Good luck! 
  37.  
  38. -F Richard Moore 
  39. Professor of Music 
  40. University of California, San Diego
  41. frm@ucsd.edu
  42.