TracktionEngine
Public Member Functions | Public Attributes | List of all members
tracktion::engine::AutomationCurve::AutomationPoint Struct Reference

Public Member Functions

 AutomationPoint () noexcept=default
 
 AutomationPoint (TimePosition t, float v, float c) noexcept
 
juce::ValueTree toValueTree () const
 
bool operator< (const AutomationPoint &other) const
 

Public Attributes

TimePosition time
 
float value = 0
 
float curve = 0
 

Constructor & Destructor Documentation

◆ AutomationPoint() [1/2]

tracktion::engine::AutomationCurve::AutomationPoint::AutomationPoint ( )
defaultnoexcept

◆ AutomationPoint() [2/2]

tracktion::engine::AutomationCurve::AutomationPoint::AutomationPoint ( TimePosition  t,
float  v,
float  c 
)
noexcept

Member Function Documentation

◆ toValueTree()

juce::ValueTree tracktion::engine::AutomationCurve::AutomationPoint::toValueTree ( ) const

◆ operator<()

bool tracktion::engine::AutomationCurve::AutomationPoint::operator< ( const AutomationPoint other) const

References time.

Member Data Documentation

◆ time

TimePosition tracktion::engine::AutomationCurve::AutomationPoint::time

Referenced by operator<().

◆ value

float tracktion::engine::AutomationCurve::AutomationPoint::value = 0

◆ curve

float tracktion::engine::AutomationCurve::AutomationPoint::curve = 0

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