the description of the envelope break-points.
the description of the envelope break-points. Typically
you pass an instance of IEnv
which will then
automatically expand to the correct format.
index point into the envelope, given as time in seconds
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
Envelope generator UGen with random access index pointer into the break-point function.
Warning: The envelope must be generated using
IEnv
notEnv
.IEnv
has a completely different format. Using the wrong format (Env
) may crash the server.To construct a manual envelope without the use of the
IEnv
class, the format should be as follows:the description of the envelope break-points. Typically you pass an instance of
IEnv
which will then automatically expand to the correct format.index point into the envelope, given as time in seconds
EnvGen
IEnv