PureData CEAMMC library web documentation
aliases: [ceammc/lin->exp], [lin->exp]
available since version: 0.1
The output range must not include zero. If the input exceeds the input range, by default clip is applied.
IN_FROM
begin of input range
type: float
IN_TO
end of input range
type: float
OUT_FROM
begin of output range
type: float
OUT_TO
end of input output
type: float
@in_from
Get/set begin of input range
type: float
default: 0
@in_to
Get/set end of input range
type: float
default: 127
@out_from
Get/set begin of output range
type: float
default: 0.01
@out_to
Get/set end of output range
type: float
default: 1
@clip
Get/set noclip (don't clip) max (clip ceiling) min (clip floor) minmax (clip both).
type: symbol
enum: noclip, min, max, minmax
default: minmax
@noclip
Get/set alias to @clip noclip
type: symbol
@min
Get/set alias to @clip min
type: symbol
@max
Get/set alias to @clip max
type: symbol
@minmax
Get/set alias to @clip minmax
type: symbol
See also: [conv.lin2lin] [conv.lin2curve]
Authors: Serge Poltavsky
License: GPL3 or later