🔧 Experimental Feature - Available with AudioNodes HD
The Envelope Param Node displays a configurable envelope editor, and then outputs the envelope using a data output to be used by other Nodes.
On its own, this Node does nothing, it simply just provides an envelope for other Nodes to use, such as the Envelope Sampler Node. This Node is mostly useful for creating custom Nodes with a configurable envelope, or setting the envelope to use across multiple Nodes from a single source.
Settings
Envelope
The actual envelope to output, edited using an envelope editor.
Theme
The envelope’s visual appearance color. It has no effect on the output.
Width
The envelope’s visual width, in pixels. It has no effect on the output.
This only takes effect on the Node’s own Patcher appearance, as well as the envelope’s appearance when used on custom Nodes. The width is ignored for the actual envelope editor on the properties panel.
Height
The envelope editor height, in pixels. It has no effect on the output.
This only takes effect on the Node’s own Patcher appearance, as well as the envelope’s appearance when used on custom Nodes. The height is implicitly used on the actual envelope editor on the properties panel, where it takes effect as a width/height ratio, given the width is always fixed.
Min Time
The minimum control point timestamp allowed in the envelope editor.
Max Time
The maximum control point timestamp allowed in the envelope editor.
Min Value
The minimum control point value allowed in the envelope editor.
Max Value
The maximum control point value allowed in the envelope editor.
Outputs
Envelope Output
A data output that contains the envelope, usable by other Nodes which expect an envelope in one of their available data inputs (such as the Envelope Sampler Node).