#include <transport.h>
Public Attributes | |
jack_nframes_t | frame_rate |
jack_time_t | usecs |
jack_transport_bits_t | valid |
jack_transport_state_t | transport_state |
jack_nframes_t | frame |
jack_nframes_t | loop_start |
jack_nframes_t | loop_end |
long | smpte_offset |
float | smpte_frame_rate |
int | bar |
int | beat |
int | tick |
double | bar_start_tick |
float | beats_per_bar |
float | beat_type |
double | ticks_per_beat |
double | beats_per_minute |
Definition at line 371 of file transport.h.
|
current frame rate (per second) Definition at line 375 of file transport.h. |
|
29.97, 30, 24 etc. Definition at line 385 of file transport.h. |
|
SMPTE offset (from frame 0) Definition at line 384 of file transport.h. |
|
monotonic, free-rolling Definition at line 376 of file transport.h. |
|
which fields are legal to read Definition at line 378 of file transport.h. |