TracktionEngine
|
Holds the curve and limits of a curve type. More...
#include <tracktion_AutomationCurveList.h>
Public Attributes | |
CurveModifierType | type |
The type of curve. | |
AutomationCurve & | curve |
The actual curve. | |
juce::Range< float > | limits |
The limits of this curve. | |
Holds the curve and limits of a curve type.
CurveModifierType engine::AutomationCurveModifier::CurveInfo::type |
The type of curve.
AutomationCurve& engine::AutomationCurveModifier::CurveInfo::curve |
The actual curve.
juce::Range<float> engine::AutomationCurveModifier::CurveInfo::limits |
The limits of this curve.