home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / amiga / applications / musique / resonance.readme < prev    next >
Text File  |  1998-02-11  |  996b  |  27 lines

  1. Short:    Analog resonance for Octamed SS ( Arexx )
  2. Author:   dkrupicz@interlog.com
  3. Uploader: dkrupicz@interlog.com
  4. Type:     mus/misc
  5.  
  6. This arexx script will take a sample loaded into OctaMED Sound Studio and
  7. add analog - style 'resonance' to the sample based on the values of various
  8. parameters in a GUI window which pops up on the OCSS screen
  9.  
  10. The frequency, mix level, decay rate, frequency modifier, active threshold
  11. and computation distance can all be changed.  'Resonance' acts on the current
  12. selected range in the OCSS Sample Editor window.
  13.  
  14. 'Resonance' requires:
  15.  
  16.    Rexxmathlib.library
  17.    Rexxreqtools.library
  18.    Rexxsupport.library
  19.    Varexx.lha  gui system for arexx scripts
  20.    OctaMed Sound Studio
  21.  
  22.    'resonance.gui' must be located in 'ram:rexx/gui/resonance.gui'
  23.  
  24. 'Resonance' is slow (approx 13 sec for 256 bytes on my 68020 ) , but it does
  25. a good job of imitating the resonant filters of analog synths such as the
  26. TB-303.   It is best used on short samples ie: bass drums etc...
  27.