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

  1.  WM Reverb
  2.  ─────────
  3.  
  4.  WM Reverb does just what its name implies: given a WAV, it adds reverb to it.
  5.  
  6.  Usage:   Reverb <source> <destination> <reverb time>
  7.  
  8.           The default directory is Temp\. The default extension is WAV. The 
  9.           source file may NOT be overwritten; you must specify different 
  10.           filenames and/or extensions.
  11.  
  12.           The reverb time is expressed in milliseconds. 
  13.  
  14.  Options: /l (affect left sound channel only - ignored if file is mono)
  15.           /r (affect right sound channel only - ignored if file is mono)
  16.           /w <start>:<end> (effect window times, in milliseconds)
  17.           /q (quiet mode: no screen output)
  18.  
  19.  Note:    WM Reverb implements a high-quality reverb algorithm requiring a
  20.           massive amount of floating point calculations. Be warned: it's SLOW!
  21.           Try applying it to instruments before using them in songs, rather 
  22.           than to songs assembled from "dry" instruments.
  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.                              Parameter #1 : <reverb time>
  30.  
  31.  If the /w (effect window) option is used, the following pairs are also 
  32.  written:
  33.  
  34.                              Start time : <start>
  35.                              End time   : <end>
  36.