The upper limit of output range.
The lower limit of output range.
The input signal to convert.
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
The upper limit of input range.
The lower limit of input range.
A graph element which maps a linear range to another linear range. The equivalent formula is
(in - srcLo) / (srcHi - srcLo) * (dstHi - dstLo) + dstLo
.Note: No clipping is performed. If the input signal exceeds the input range, the output will also exceed its range.
The input signal to convert.
The lower limit of input range.
The upper limit of input range.
The lower limit of output range.
The upper limit of output range.
de.sciss.synth.ugen.Clip
de.sciss.synth.ugen.LinExp