home *** CD-ROM | disk | FTP | other *** search
- WM Reverb
- ─────────
-
- WM Reverb does just what its name implies: given a WAV, it adds reverb to it.
-
- Usage: Reverb <source> <destination> <reverb time>
-
- The default directory is Temp\. The default extension is WAV. The
- source file may NOT be overwritten; you must specify different
- filenames and/or extensions.
-
- The reverb time is expressed in milliseconds.
-
- Options: /l (affect left sound channel only - ignored if file is mono)
- /r (affect right sound channel only - ignored if file is mono)
- /w <start>:<end> (effect window times, in milliseconds)
- /q (quiet mode: no screen output)
-
- Note: WM Reverb implements a high-quality reverb algorithm requiring a
- massive amount of floating point calculations. Be warned: it's SLOW!
- Try applying it to instruments before using them in songs, rather
- than to songs assembled from "dry" instruments.
-
- The following title:value pairs are written to WAVmaker's public Function key
- file {FnKeys} upon successful termination:
-
- File #1 : <source>
- File #2 : <destination>
- Parameter #1 : <reverb time>
-
- If the /w (effect window) option is used, the following pairs are also
- written:
-
- Start time : <start>
- End time : <end>