envelope
A collection of line segments that curve and connect to form a graph.
Declaration
var envelope: PHASEEnvelope { get }Discussion
The line segments collectively plot an output value for the inputMetaParameterDefinition property.
To plot the input, call evaluate(x:), passing in the input metaparameter’s value.
To gradually change the input over time, call fade(value:duration:).