PureData CEAMMC library web documentation
доступно с версии: 0.1
map the receiver from an assumed linear input range to an exponential curve output range. Unlike with [conv.lin2exp], the output range may include zero. If the input exceeds the input range, the following behaviours are specified by the clip property.
IN_FROM
begin of input range
тип: float
IN_TO
end of input range
тип: float
OUT_FROM
begin of output range
тип: float
OUT_TO
end of output range
тип: float
CURVE
curve shape
тип: float
@in_from
Запросить/установить begin of input range
тип: float
по умолчанию: 0
@in_to
Запросить/установить end of input range
тип: float
по умолчанию: 127
@out_from
Запросить/установить begin of output range
тип: float
по умолчанию: 0
@out_to
Запросить/установить end of output range
тип: float
по умолчанию: 1
@curve
Запросить/установить 0 (linear) <0 (concave, negatively curved) >0 (convex, positively curved)
тип: float
по умолчанию: -4
@clip
Запросить/установить noclip (don't clip) max (clip ceiling) min (clip floor) minmax (clip both).
тип: symbol
варианты: noclip, min, max, minmax
по умолчанию: minmax
@noclip
Запросить/установить alias to @clip noclip
тип: symbol
@min
Запросить/установить alias to @clip min
тип: symbol
@max
Запросить/установить alias to @clip max
тип: symbol
@minmax
Запросить/установить alias to @clip minmax
тип: symbol
Смотрите также: [conv.lin2exp]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later