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

  1.  WM GatedCut
  2.  ───────────
  3.  
  4.  WM GatedCut removes samples below the specified threshold level (amplitude).
  5.  
  6.  Used as an effect, it produces a distinctive "ripping" sound (not unlike
  7.  what can be obtained by moving a pick-up across the grooves of a vinyl
  8.  record, if you can still remember those!).
  9.  
  10.  With the /p (prune) option, it performs semi-automatic removal of leading/
  11.  trailing silence/noise from WAV files. This can be very useful when editing
  12.  new sample files.
  13.  
  14.  Usage:   GatedCut <source> <destination> <threshold>
  15.  
  16.           The default directory is Temp\. The default extension is WAV. The 
  17.           source file may NOT be overwritten; you must specify different 
  18.           filenames and/or extensions.
  19.  
  20.           The threshold is always specified in parts of 32768, with 32768
  21.           denoting maximal amplitude (i.e. EVERYTHING will be cut), regardless
  22.           of the word size.
  23.  
  24.  Options: /p (prune: remove only the first and the last sub-threshold section 
  25.               in the file; useful for removing leading/trailing silence/noise)
  26.           /l (watch left channel level only; ignored if file is mono)
  27.           /r (watch right channel level only; ignored if file is mono)
  28.           /w <start>:<end> (effect window times, in milliseconds) 
  29.           /q (quiet mode: no screen output)
  30.  
  31.  The following title:value pairs are written to WAVmaker's public Function key
  32.  file {FnKeys} upon successful termination:
  33.  
  34.                              File #1      : <source>
  35.                              File #2      : <destination>
  36.                              Parameter #1 : <threshold>
  37.  
  38.  If the /w (effect window) option is used, the following pairs are also 
  39.  written:
  40.  
  41.                              Start time : <start>
  42.                              End time   : <end>
  43.