home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / NEXTSTEP / audio / editor / EditSound.2.3.README < prev    next >
Encoding:
Text File  |  1998-02-24  |  3.6 KB  |  99 lines

  1. edsnd -- A complex 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. Katzlberger Thomas (katzlbt@vuse.vanderbilt.edu)
  14.  
  15. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  16. REVISION HISTORY
  17.  
  18. 2.3 (11/96)  Katzlberger Thomas, Nashville, Tn (katzlbt@vuse.vanderbilt.edu)
  19.         -- Intel Scale and display on rate converstion fixed.
  20.         -- sox interface improved
  21.  
  22. 2.2 (95)    Katzlberger Thomas, Nashville, Tn
  23.         -- first Intel revision
  24.  
  25. 2.1 (95)    Katzlberger Thomas, Nashville, Tn
  26.         -- no idea ... but fixed some bugs ... I guess
  27.  
  28. 2.0 (2/94)  Katzlberger Thomas, Innsbruck, Austria
  29.         -- Included Objects from my ReusableObjects library - sorry no more source code
  30. support
  31.         -- ROModTracker, RODocument, ROArray, ROFileOpener, ROProcess
  32.         -- MultiPlatform transparent Soundfile format conversion with using sox (*.wav tested,
  33. *.voc,*.au, *.ul)
  34.         -- ModTracker Amiga sound module player for *.mod files.
  35.         -- MallocDebugg
  36.  
  37. 1.5 (8/93)  Katzlberger Thomas, Innsbruck, Austria
  38.         -- Ported to Version 3.1 of NextStep
  39.         -- (BOOL) appAcceptsAnotherFile:sender
  40.         -- (int)app:sender openFile:(const char*)path type:(const char*)ext
  41.         --              methodes added to EdsndApp.m
  42.         -- app renamed to EditSound to match NextStep Concepts (this is not a UNIX command !!)
  43.         -- debugging of various Objects, Interface imprved
  44.  
  45.         If you encounter the line: #include </cat/c/Debug.h> you can delet it
  46.         it contains debugging macros starting with DEBUG?(...) or CDEBUG?(...)
  47.         which you can delete as well.
  48.         
  49.         Katzlberger Thomas
  50.         Adolf Pichlerplatz 4
  51.         A-6020 Innsbruck
  52.         Austria, Europe
  53.  
  54. 1.42 (3/91)
  55.     -- Ported to Version 2.0 of NextStep
  56.  
  57. 1.4 (4/17/90):
  58.     -- FFT and Enveloping can be done on edited files
  59.         -- FFT/Spectrum graphics optimized
  60.  
  61. 1.3 (2/15/90):
  62.     -- Added Spectral Analysis (courtesy Steven M. Boker)
  63.         -- Fixed bug that allowed Envelope and FFT to try to work on
  64.            edited sounds
  65.         -- Added display of sampling rate, data format, and channel count
  66.         -- New icon (courtesy Steven M. Boker)
  67.  
  68. 1.21 (2/5/90):
  69.     -- Fixed enveloping and FFT to work with stereo files.
  70.         -- Fixed enveloping and erasing so that the selection is
  71.            maintained after these operations.
  72.         -- Various bug fixes
  73.  
  74. 1.2 (1/20/90):
  75.         -- Added FFT display
  76.         -- Added enveloping
  77.         -- Changed menu updating system
  78.         -- Changed all accessories to UpPanels and added updating
  79.         -- Fixed bug that caused selection to get screwed up when changing
  80.            reduction factor
  81.  
  82. 1.1 (12/05/89):
  83.         -- Added Stopwatch
  84.         -- Added "Zoom" command
  85.         -- Removed the Help Window and put that ScrollView into the
  86.            Info panel.
  87.  
  88. 1.01 (11/11/89):
  89.         -- Restructuring of code
  90.         -- User is now prompted when closing unsaved files, or when
  91.            quitting application while there are still unsaved files
  92.  
  93. 1.0 (10/14/89):
  94.         -- First version (from Lee Boynton's SoundEditor)
  95.  
  96. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  97.  
  98.  
  99.