PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: env

envelope

aliases: [ceammc/envelope], [ceammc/env], [env]

Envelope data type

available since version: 0.5


information

Data type for sound envelope. Contains points specified by time and value. Points could have stop property - to execute oly part of envelope and stop on this point. So multisegment envelopes could be created Point also has segment type property, that defines following segment curve - it could be step, line (default) or exp (exponential) Exponential segment also has curve property: if 0 - (linear) <0 (concave, negatively curved) >0 (convex, positively curved)

example

arguments:

methods:


multiply all envelope points to specified value
parameters:

properties:

inlets:

outlets:

keywords:

envelope

See also: [env->array] [env->vline]

Authors: Serge Poltavsky

License: GPL3 or later