TracktionEngine
|
Holds information about the position of a clip. More...
#include <tracktion_AutomationCurveList.h>
Public Attributes | |
ClipPositionBeats | position |
The position in beats. | |
std::optional< BeatRange > | loopRange |
If the clip is looping, the start/length of the loop range. | |
Holds information about the position of a clip.
ClipPositionBeats engine::ClipPositionInfo::position |
The position in beats.
std::optional<BeatRange> engine::ClipPositionInfo::loopRange |
If the clip is looping, the start/length of the loop range.