TracktionEngine
|
Holds a reference sample position and the Edit time and beat that it corresponds to. More...
#include <tracktion_Types.h>
Public Attributes | |
int64_t | referenceSamplePosition = 0 |
The reference sample position. | |
MonotonicBeat | monotonicBeat |
The unlooped, elapsed number of beats. | |
TimePosition | unloopedTime |
The Edit timeline time as if no looping had happened. | |
TimePosition | time |
The Edit timeline time. | |
BeatPosition | beat |
The Edit timeline beat. | |
Holds a reference sample position and the Edit time and beat that it corresponds to.
int64_t tracktion::engine::SyncPoint::referenceSamplePosition = 0 |
The reference sample position.
MonotonicBeat tracktion::engine::SyncPoint::monotonicBeat |
The unlooped, elapsed number of beats.
TimePosition tracktion::engine::SyncPoint::unloopedTime |
The Edit timeline time as if no looping had happened.
TimePosition tracktion::engine::SyncPoint::time |
The Edit timeline time.
BeatPosition tracktion::engine::SyncPoint::beat |
The Edit timeline beat.