IEnvGen:
Filter:
Classes | UGens > Envelopes

IEnvGen : UGen : AbstractFunction : Object

Envelope generator for polling values from an Env
Source: IEnvGen.sc

Description

Envelope generator for polling values from an envelope. IEnvGen plays back break point envelopes from the index point. The envelopes are instances of the Env class.

Class Methods

IEnvGen.ar(envelope, index, mul: 1, add: 0)

IEnvGen.kr(envelope, index, mul: 1, add: 0)

Arguments:

envelope

an instance of Env (this is static for the life of the UGen)

index

a point to access within the Env

mul
add

Inherited class methods

Undocumented class methods

IEnvGen.convertEnv(env)

Instance Methods

Inherited instance methods

Examples