home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / next / edit / nxtdsnd1.txt < prev    next >
Text File  |  1991-08-02  |  2KB  |  61 lines

  1. edsnd -- A simple soundfile editor
  2.  
  3. edsnd is an expansion and revision of Lee Boynton's SoundEditor 
  4. (see /NextDeveloper/Examples).  In changing this program, I tried to add 
  5. features and change the user interface in ways that are more useful 
  6. to the composers here at the Princeton University computer music 
  7. studio.  In particular, this meant expanding the editing capabilities, 
  8. giving more specific timing information about the sounds, among 
  9. other changes.
  10.  
  11. James Pritchett (jwp@silvertone.Princeton.EDU)
  12. Steven Boker (smb@datran2.uunet.uu.net)
  13.  
  14. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  15. REVISION HISTORY
  16.  
  17. 1.42 (3/91)
  18.     -- Ported to Version 2.0 of NextStep
  19.  
  20. 1.4 (4/17/90):
  21.     -- FFT and Enveloping can be done on edited files
  22.     -- FFT/Spectrum graphics optimized
  23.  
  24. 1.3 (2/15/90):
  25.     -- Added Spectral Analysis (courtesy Steven M. Boker)
  26.     -- Fixed bug that allowed Envelope and FFT to try to work on
  27.        edited sounds
  28.     -- Added display of sampling rate, data format, and channel count
  29.     -- New icon (courtesy Steven M. Boker)
  30.  
  31. 1.21 (2/5/90):
  32.     -- Fixed enveloping and FFT to work with stereo files.
  33.     -- Fixed enveloping and erasing so that the selection is
  34.        maintained after these operations.
  35.     -- Various bug fixes
  36.  
  37. 1.2 (1/20/90):
  38.     -- Added FFT display
  39.     -- Added enveloping
  40.     -- Changed menu updating system
  41.     -- Changed all accessories to UpPanels and added updating
  42.     -- Fixed bug that caused selection to get screwed up when changing
  43.        reduction factor
  44.  
  45. 1.1 (12/05/89):
  46.     -- Added Stopwatch
  47.     -- Added "Zoom" command
  48.     -- Removed the Help Window and put that ScrollView into the
  49.        Info panel.
  50.  
  51. 1.01 (11/11/89):
  52.     -- Restructuring of code
  53.     -- User is now prompted when closing unsaved files, or when
  54.        quitting application while there are still unsaved files
  55.  
  56. 1.0 (10/14/89):
  57.     -- First version (from Lee Boynton's SoundEditor)
  58.  
  59. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  60.  
  61.