home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / CDROM / Contents / READMEs / Peanuts-3 / Audio / converter / Csnd.2.0.README next >
Encoding:
Text File  |  1996-11-09  |  3.8 KB  |  109 lines

  1. /********   Csnd.app v2.0  README   ********/
  2.  
  3.             Stephen David Beck
  4.             School of Music
  5.             Louisiana State University
  6.             Baton Rouge, LA  70803
  7.             USA
  8.             voice: 1-(504)-388-3261
  9.             fax:   1-(504)-388-2562
  10.             email: sdb@comp.music.lsu.edu
  11.  
  12. This is a beta release of Csnd.v2.0.app, a NEXTSTEP GUI to MIT/Bath Csound.
  13. This distribution contains the following:
  14.  
  15. 1)    A fat binary (NeXT/Intel only) Csnd.v2.0.app application
  16. 2)    A fat csound binary (NeXT/Intel only) compiled using the MIT/Bath sources
  17.     (v3.41)
  18. 3)    The file README.csound.newopcodes
  19. 4)    This README file
  20.  
  21. To install, login as root, place Csnd.v2.0.app.tar.gz in your /LocalApps 
  22. directory and unzip the file with the following commands:
  23.  
  24.         cd /LocalApps
  25.         gunzip -cd Csnd.v2.0.app.tar.gz | tar -xf -
  26.  
  27. Place the Csnd.v2.0.app in your /LocalApps directory.  Be sure your system 
  28. has the Csound binary located in a public path (i.e., /usr/local/bin).
  29.  
  30. This is strictly a beta release.  No warranties, no guarantees, no nothin'!  
  31. I don't have access to an Intel NEXTSTEP machine, so I'm only about 80% 
  32. confident that the MAB files work. (i.e. I hope it works...) 
  33.  
  34. Our NeXT cube is on its last legs, and so is the development of this 
  35. program.  It has not been tested by my students, and I haven't done much 
  36. work on it since Fall (1995).  But I've had a few days to finish up some 
  37. stuff, and to make sure everything works.
  38.  
  39. On the other hand, Csnd.v2.0.app has some really cool improvements, like a 
  40. file inspector (sound files, text files, lpc analysis files), a compiler 
  41. module (will automatically set flags for midi, extract and scot files), 
  42. and a much improved GUI for soundfile analysis.  Please send your comments,
  43. your thanks, and any suggestions.  
  44.  
  45. If GNUstep/OPENSTEP takes off, or someone donates an Intel box to the school 
  46. (wink, wink, nudge, nudge), I might work on it further.
  47.  
  48. Changes since v1.6
  49. - file inspector built-in (sound, text and lpc analysis files)
  50. - separate compiler module (will automatically set flags for midi, 
  51.     extract and scot files if present)
  52. - improved interface for soundfile analysis
  53. - fixed bug of /tmp/score.srt problems (important if multiple users 
  54.     on one machine)
  55. - added kill buttons for compiler
  56.  
  57.  
  58. Changes since 1.5 
  59. - MAB csound binary 
  60. - Preliminary version of info panel for lpc anal files (shows graphs 
  61.     of Pitch, RMS (original and residual) and Error, and displays 
  62.     header data) 
  63. - More bug fixes
  64.  
  65. Changes since 1.1
  66.  
  67. - Support of AIFF files for analysis and playback (read-only)
  68. - Improved Preferences Manager 
  69. - MAB for Intel and NeXT hardware
  70.     (Csnd.app only; csound binary is machine specific) 
  71. - Messages selected editor for MIDI files 
  72. - Many bug fixes (I'm sure there are still more)
  73.  
  74. Changes since 1.0
  75.  
  76. - Compile sounds to floating point 
  77. - Use Midi files & extract files in compile 
  78. - Import Midi files into project 
  79. - Upgrade to March 1994 csound binary 
  80. - Bug fixes in subprocess manager
  81.  
  82. Csnd.app has several distinct differences from Snd.app:
  83.  
  84. - It can access files from any available directory;
  85. - Csnd.app creates a separate process to compile files, 
  86.     returning control to the user as soon as the compiling 
  87.     begins; 
  88. - It has services to send the following messages from Edit to
  89.     Csnd.app:
  90.     - recompile last orc & sco file import file to project
  91.     - search MIT Csound Quick Reference for selection
  92.     - open standard NeXT help with MIT Csound Manual
  93. - Double-click on browser calls appropriate edit program for file
  94.  
  95. Csnd.app also takes advantage of the analysis programs built-in to
  96. MIT Csound, and provides an intuitive interface to them.  Some of
  97. the analysis features are:
  98.  
  99. - Soundfile display and playback 
  100. - Analysing all or only selected portion of soundfile 
  101. - Analysis generated by Csound are automatically imported to 
  102.     projects upon completion.
  103.  
  104. For more information, e-mail: sdb@comp.music.lsu.edu
  105.  
  106. Stephen David Beck
  107. School of Music
  108. Louisiana State University
  109.