home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Audio / library / scores / Snd_samples.README < prev   
Encoding:
Text File  |  1991-02-28  |  1.1 KB  |  25 lines

  1. This directory contains test orchestra and score files, made during
  2. development.  Usually a couple of seconds in length, and designed to
  3. exercise some feature of the language.
  4. There is one .scot score;  the remainder are in standard score format.
  5. The files are runnable in pairs under the csound command, e.g:
  6.  
  7.         csound [flags] test.orc test.sco
  8.  
  9. N.B. adsyn.orc, lp.orc & pvoc.orc use the files adsyn.1, lp.1 & pvoc.1,
  10. respectively.   These are 'control files' made by audio analysis programs
  11. (see the man pages on hetro, lpc & pvanal.), and contain binary data in
  12. 16-bit integers (adsyn.1) or header-controlled 32-bit floats (lp.1, pvoc.1).
  13. These binary files are in DEC's byte-reversed format, and will run 'as is'
  14. only on Digital Equipment machines.  More specifically, the float files
  15. lp.1, pvoc.1 are formatted in DEC-RISC format; to run on a standard VAX
  16. they must first be 'vaxified', e.g.,
  17.  
  18.         vaxify -h lp.1 lp.1.vaxed
  19.  
  20. The integer file adsyn.1 will run on either DEC-RISC or VAX machines.
  21. To use any of these (int or float) on non-DEC machines, first run 'undec', e.g.
  22.  
  23.         undec -h pvoc.1 pvoc.1.undec
  24.  
  25.