TracktionEngine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
tracktion::engine::TrackAutomationSection::ActiveParameters Struct Reference

Holds a parameter and curve section. More...

#include <tracktion_TrackUtils.h>

Public Member Functions

 ActiveParameters (AutomatableParameter &)
 

Public Attributes

AutomatableParameter::Ptr param
 The parameter.
 
AutomationCurve curve { param->getEdit(), AutomationCurve::TimeBase::time }
 The curve section of this parameter.
 

Detailed Description

Holds a parameter and curve section.

Constructor & Destructor Documentation

◆ ActiveParameters()

tracktion::engine::TrackAutomationSection::ActiveParameters::ActiveParameters ( AutomatableParameter )

Member Data Documentation

◆ param

AutomatableParameter::Ptr tracktion::engine::TrackAutomationSection::ActiveParameters::param

The parameter.

◆ curve

AutomationCurve tracktion::engine::TrackAutomationSection::ActiveParameters::curve { param->getEdit(), AutomationCurve::TimeBase::time }

The curve section of this parameter.


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