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

  1.  WM Reverse
  2.  ──────────
  3.  
  4.  WM Reverse does just what its name implies: given a WAV, it time-reverses it.
  5.  The popular Reverse Cymbal sound (General MIDI program number 120) is just an
  6.  ordinary cymbal treated this way.
  7.  
  8.  Usage:   Reverse <source> <destination>
  9.  
  10.           The default directory is Temp\. The default extension is WAV. The 
  11.           source file may NOT be overwritten; you must specify different 
  12.           filenames and/or extensions.
  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.  The following title:value pairs are written to WAVmaker's public Function key
  20.  file {FnKeys} upon successful termination:
  21.  
  22.                              File #1      : <source>
  23.                              File #2      : <destination>
  24.  
  25.  If the /w (effect window) option is used, the following pairs are also 
  26.  written:
  27.  
  28.                              Start time : <start>
  29.                              End time   : <end>
  30.