PureData CEAMMC library web documentation
aliases: [ceammc/lin->lin~], [lin->lin~], [ceammc/l->l~], [l->l~]
available since version: 0.9
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: -1
@in_to
Get/set end of input range
type: float
default: 1
@out_from
Get/set begin of output range
type: float
default: -1
@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]
Authors: Serge Poltavsky
License: GPL3 or later