|
|
Re: Correction to documentation of DetectSilence: msg#00167
audio.supercollider.devel
|
Subject: |
Re: Correction to documentation of DetectSilence |
Committed.
S.
On 20 Aug 2004, at 00:53, Ioannis Zannos wrote:
The help file of DetectSilence is incorrect: It fails to register
the "time" argument. Here is a corrected version, including
a comment about how this UGen functions at the start of a synths
lifetime:
===================================================
DetectSilence when input falls below a threshhold,
evaluate doneAction
superclass: UGen
*ar(input, thresh, time, doneAction)
*kr(input, thresh, time, doneAction)
input any source
thresh when input falls below this, evaluate
doneAction
time trigger after the silence has
lasted for time seconds. Default 0.1
doneAction for the various doneActions, see:
Synth-Controlling-UGens
If the signal input starts with silence at the beginning of the synth's
duration, then DetectSilence
will wait indefinitely until the first sound before starting to
monitor
for silence.
======================================================
Please submit ...
--
Iannis Zannos
Research Director
Center for Research in Electronic Art Technology
Music Department / MAT,
University of California, Santa Barbara,
Santa Barbara, California 93106
Tel: (805) 893-8352
Fax: (805) 893-7194
http://www.create.ucsb.edu/~iani/
_______________________________________________
sc-dev mailing list
sc-dev-Ayv8T2snMLBt9CRQqspbbg@xxxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev
|
|