#include <transport.h>
Data Fields | |
| jack_unique_t | unique_1 |
| jack_time_t | usecs |
| jack_nframes_t | frame_rate |
| jack_nframes_t | frame |
| jack_position_bits_t | valid |
| int32_t | bar |
| int32_t | beat |
| int32_t | tick |
| double | bar_start_tick |
| float | beats_per_bar |
| float | beat_type |
| double | ticks_per_beat |
| double | beats_per_minute |
| double | frame_time |
| double | next_time |
| int32_t | padding [10] |
| jack_unique_t | unique_2 |
| int32_t jack_position_t::bar |
current bar
| int32_t jack_position_t::beat |
current beat-within-bar
time signature "denominator"
time signature "numerator"
frame number, always present
current frame rate (per second)
| double jack_position_t::frame_time |
current time in seconds
| double jack_position_t::next_time |
next sequential frame_time (unless repositioned)
| int32_t jack_position_t::padding[10] |
| int32_t jack_position_t::tick |
current tick-within-beat
unique ID
unique ID
monotonic, free-rolling
which other fields are valid
1.4.7