home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / WM10.ZIP / DOC.DAT / fade.txt < prev    next >
Encoding:
Text File  |  1995-08-30  |  1.4 KB  |  33 lines

  1.  WM Fade
  2.  ───────
  3.  
  4.  WM Fade amplifies a WAV by a linearly varying, real factor. It allows smooth
  5.  fade in/fade out effects, as well as simple (constant) amplification and phase
  6.  inversion (negative amplitude factor).
  7.  
  8.  Usage:    Fade <source> <destination> <start time>:<end time> 
  9.                                        <start factor>[:<end factor>]
  10.  
  11.            The default directory is Temp\. The default extension is WAV. The 
  12.            source file may NOT be overwritten; you must specify different 
  13.            filenames and/or extensions.
  14.  
  15.            Start and end times are expressed in milliseconds. Specifying no
  16.            end factor results in constant amplification by the start factor.
  17.            Specifying an <end time> exceeding file size causes the actual
  18.            file end time to be used instead.
  19.  
  20.  Options: /l (affect left channel only)
  21.           /r (affect right channel only)
  22.           /q (quiet mode: no screen output)
  23.  
  24.  The following title:value pairs are written to WAVmaker's public Function key
  25.  file {FnKeys} upon successful termination:
  26.  
  27.                              File #1      : <source>
  28.                              File #2      : <destination>
  29.                              Start time   : <start time>
  30.                              End time     : <end time>
  31.                              Parameter #1 : <start factor>
  32.                              Parameter #2 : <end factor>
  33.