Automation Curve
Performs the Automation Curve operation in a PixPipeline graph.
intermediate
Since P00
Output Ports
curve
Generated automation curve
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| duration | Parameter | β | Curve duration |
| samples | Parameter | β | Output sample count |
| preset | Parameter | β | flat / rise / fall / attack_decay / wobble / json |
| json_samples | Parameter | β | Controls the json samples setting for Automation Curve. |
| output_min | Parameter | β | Output value for curve value 0 |
| output_max | Parameter | β | Output value for curve value 1 |
Overview
Performs the Automation Curve operation in a PixPipeline graph.
Inputs and Outputs
Output Ports
- curve
AutomationCurve: Generated automation curve
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| duration | Parameter | β | Curve duration |
| samples | Parameter | β | Output sample count |
| preset | Parameter | β | flat / rise / fall / attack_decay / wobble / json |
| json_samples | Parameter | β | Controls the json samples setting for Automation Curve. |
| output_min | Parameter | β | Output value for curve value 0 |
| output_max | Parameter | β | Output value for curve value 1 |
When to Use
Use Automation Curve when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.
Notes
Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.