![]() |
Ardour
8.12
|
#include <transport_master.h>
Public Member Functions | |
SafeTime () | |
void | reset () |
void | update (samplepos_t p, samplepos_t t, double s) |
void | safe_read (SafeTime &dst) const |
Public Attributes | |
boost::atomic< int > | guard1 |
samplepos_t | position |
samplepos_t | timestamp |
double | speed |
boost::atomic< int > | guard2 |
Definition at line 62 of file transport_master.h.
|
inline |
Definition at line 91 of file transport_master.h.
|
inline |
Definition at line 100 of file transport_master.h.
|
inline |
Definition at line 118 of file transport_master.h.
|
inline |
Definition at line 109 of file transport_master.h.
boost::atomic<int> ARDOUR::SafeTime::guard1 |
Definition at line 85 of file transport_master.h.
boost::atomic<int> ARDOUR::SafeTime::guard2 |
Definition at line 89 of file transport_master.h.
samplepos_t ARDOUR::SafeTime::position |
Definition at line 86 of file transport_master.h.
double ARDOUR::SafeTime::speed |
Definition at line 88 of file transport_master.h.
samplepos_t ARDOUR::SafeTime::timestamp |
Definition at line 87 of file transport_master.h.