Deluge Firmware 1.3.0
Build date: 2025.04.16
Loading...
Searching...
No Matches
CopiedParamAutomation Class Reference

#include <copied_param_automation.h>

Collaboration diagram for CopiedParamAutomation:

Public Attributes

int32_t width
 Width in sequencer ticks.
 
ParamNodenodes = nullptr
 
int32_t numNodes = 0
 Number of nodes allocated at nodes.
 

Detailed Description

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.

Member Data Documentation

◆ nodes

ParamNode* CopiedParamAutomation::nodes = nullptr

Copied nodes.

Must be sorted by nodes[i]->pos, and the first node must have pos == 0.


The documentation for this class was generated from the following file: