PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: conv

conv.lin2curve

aliases: [ceammc/lin->curve], [lin->curve]

map linear to exponential range with 0 allowed.

available since version: 0.1


information

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.

example

arguments:

properties:

inlets:

outlets:

keywords:

convert exponential curve

See also: [conv.lin2exp]

Authors: Serge Poltavsky

License: GPL3 or later