![]() |
Deluge Firmware 1.3.0
Build date: 2025.11.26
|
#include <copied_param_automation.h>

Public Attributes | |
| int32_t | width |
| Width in sequencer ticks. | |
| ParamNode * | nodes = nullptr |
| int32_t | numNodes = 0 |
| Number of nodes allocated at nodes. | |
Copied automation nodes. Nodes here are on their own timeline with the length determined by "width" and node positions relative to node 0 starting at time 0.
numNodes is 0 and nodes is null when there is no copied automation.
| ParamNode* CopiedParamAutomation::nodes = nullptr |
Copied nodes.
Must be sorted by nodes[i]->pos, and the first node must have pos == 0.