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

  1.  WM Ring
  2.  ───────
  3.  
  4.  WM Ring does just what its name implies: given a WAV, it ring-modulates it.
  5.  
  6.  Ring modulation is the process of multiplying a signal with a second, 
  7.  periodic one. WM Ring uses a sine wave as its default modulator, but this
  8.  choice can be overridden with the /sqr (square wave), /tri (triangular wave)
  9.  and /saw (saw wave) options. Note however that the sharp "edges" present in
  10.  the alternate waveshapes may induce audible clicks in the result.
  11.  
  12.  Usage:    Ring <source> <destination> <rate>
  13.  
  14.            The default directory is Temp\. The default extension is WAV. The 
  15.            source file may NOT be overwritten; you must specify different 
  16.            filenames and/or extensions.
  17.  
  18.            <rate> is the frequency (in Hz) of the modulator.
  19.  
  20.  Options: /sqr (square wave modulator)
  21.           /tri (triangular wave modulator)
  22.           /saw (saw wave modulator)
  23.           /l   (affect left channel only)
  24.           /r   (affect right channel only)
  25.           /w <start>:<end> (effect window times, in milliseconds)
  26.           /q   (quiet mode: no screen output)
  27.  
  28.  The following title:value pairs are written to WAVmaker's public Function key
  29.  file {FnKeys} upon successful termination:
  30.  
  31.                              File #1      : <source>
  32.                              File #2      : <destination>
  33.                              Parameter #1 : <rate>
  34.  
  35.  If the /sqr, /tri or /saw options are used, the following pair is also
  36.  written:
  37.  
  38.  /sqr:                       Parameter #2 : /SQR
  39.  /tri:                       Parameter #2 : /TRI
  40.  /saw:                       Parameter #2 : /SAW
  41.  
  42.  If the /w (effect window) option is used, the following pairs are also 
  43.  written:
  44.  
  45.                              Start time   : <start>
  46.                              End time     : <end>
  47.