jack_transport_info_t

Deprecated struct for transport position information.

@deprecated This is for compatibility with the earlier transport interface. Use the jack_position_t struct, instead.

Members

Variables

bar
int bar;
Undocumented in source.
bar_start_tick
double bar_start_tick;
Undocumented in source.
beat
int beat;
Undocumented in source.
beat_type
float beat_type;
Undocumented in source.
beats_per_bar
float beats_per_bar;
Undocumented in source.
beats_per_minute
double beats_per_minute;
Undocumented in source.
frame
jack_nframes_t frame;
Undocumented in source.
frame_rate
jack_nframes_t frame_rate;

< current frame rate (per second)

loop_end
jack_nframes_t loop_end;
Undocumented in source.
loop_start
jack_nframes_t loop_start;
Undocumented in source.
smpte_frame_rate
float smpte_frame_rate;

< 29.97, 30, 24 etc.

smpte_offset
c_long smpte_offset;

< SMPTE offset (from frame 0)

tick
int tick;
Undocumented in source.
ticks_per_beat
double ticks_per_beat;
Undocumented in source.
transport_state
jack_transport_state_t transport_state;
Undocumented in source.
usecs
jack_time_t usecs;

< monotonic, free-rolling

valid
jack_transport_bits_t valid;

< which fields are legal to read

Meta