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

  1.  WM Flange
  2.  ─────────
  3.  
  4.  WM Flange does just what its name implies: given a WAV, it flanges it. If
  5.  this explanation makes you no wiser, it may help to know that flanging is 
  6.  what makes Nirvana sound like Nirvana. Technically, flanging is done by
  7.  mixing a sound with a delayed version of itself, with the delay undergoing
  8.  a periodical variation. If the result is NOT fed back into the effect "box"
  9.  (and provided that you choose a sufficiently small delay variation and a
  10.  sufficiently slow effect rate) you get a chorus effect; with feedback the 
  11.  sound becomes REALLY warped, and you have flanging. WM Flange allows you to
  12.  control all the relevant parameters.
  13.  
  14.  Tip:     For stereo chorus/flange, use stereo source WAVs. Convert mono
  15.           files to stereo with WM WAVmix {WAVmix} prior to flanging.
  16.  
  17.  Usage:   Flange <source> <destination> <original level>:<effect level>
  18.                  <feedback> <time offset>:<time variation> <effect rate>
  19.  
  20.           The default directory is Temp\. The default extension is WAV. The 
  21.           source file may NOT be overwritten; you must specify different 
  22.           filenames and/or extensions.
  23.  
  24.           The <original level>:<effect level> pair consists of two real
  25.           amplitude factors (use negative values for phase inversion). 
  26.  
  27.           The feedback value (also real, with absolute value < 1) determines 
  28.           the "amount" of flanging; zero feedback is plain chorus. 
  29.  
  30.           <time offset>:<time variation> control the delay (in milliseconds).
  31.           <time offset> is the shortest delay time, <time offset>+
  32.           <time variation> the longest delay time. True flange/chorus builds 
  33.           on the interference between similar sounds; making these values too 
  34.           large will destroy the effect. Start off with values in the range 
  35.           0:1 - 0:10 milliseconds.
  36.  
  37.           <effect rate> is the period (in Hz) of the delay variation. Also
  38.           here, small values are best. Try effect rates in the range 0.1 to
  39.           10 Hz first.
  40.  
  41.  Options: /l (affect left sound channel only - ignored if file is mono)
  42.           /r (affect right sound channel only - ignored if file is mono)
  43.           /w <start>:<end> (effect window times, in milliseconds)
  44.           /q (quiet mode: no screen output)
  45.  
  46.  The following title:value pairs are written to WAVmaker's public Function key
  47.  file {FnKeys} upon successful termination:
  48.  
  49.                              File #1      : <source>
  50.                              File #2      : <destination>
  51.                              Parameter #1 : <original level>
  52.                              Parameter #2 : <effect level>
  53.                              Parameter #3 : <feedback>
  54.                              Parameter #4 : <time offset>
  55.                              Parameter #5 : <time variation>
  56.                              Parameter #6 : <effect rate>
  57.  
  58.  If the /w (effect window) option is used, the following pairs are also 
  59.  written:
  60.  
  61.                              Start time : <start>
  62.                              End time   : <end>
  63.