duration in seconds of a full -1 <= x <= 1 cycle, or the reciprocal of the frequency
relative width of the bell. Best to keep below 0.25 when used as envelope.
phase offset
if greater than zero, the UGen oscillates. Otherwise it
calls doneAction
after one cycle.
evaluated after cycle completes
duration in seconds of a full -1 <= x <= 1 cycle, or the reciprocal of the frequency
relative width of the bell. Best to keep below 0.25 when used as envelope.
phase offset
if greater than zero, the UGen oscillates. Otherwise it
calls doneAction
after one cycle.
evaluated after cycle completes
A non-band-limited gaussian function oscillator UGen. Output ranges from
minVal
to 1. It implements the formula:f(x) = exp((x - phase).squared / (-2 * width.squared))
where
x
is to vary in the range -1 to 1 over the perioddur
.minVal
is the initial value at -1. E.g. for default parameters, it isexp(-50)
or roughly zero.Examples