Crudebyte Logo
transport.h File Reference

Transport and Timebase control (Record/Playback synchronization). More...

#include <jack/types.h>
#include <jack/weakmacros.h>

Go to the source code of this file.

Detailed Description

Transport and Timebase control (Record/Playback synchronization).

Refer to Transport and Timebase control for more details about the purpose of this API part.

Definition in file transport.h.

Functions

int jack_release_timebase (jack_client_t *client) JACK_OPTIONAL_WEAK_EXPORT
int jack_set_sync_callback (jack_client_t *client, JackSyncCallback sync_callback, void *arg) JACK_OPTIONAL_WEAK_EXPORT
int jack_set_sync_timeout (jack_client_t *client, jack_time_t timeout) JACK_OPTIONAL_WEAK_EXPORT
int jack_set_timebase_callback (jack_client_t *client, int conditional, JackTimebaseCallback timebase_callback, void *arg) JACK_OPTIONAL_WEAK_EXPORT
int jack_transport_locate (jack_client_t *client, jack_nframes_t frame) JACK_OPTIONAL_WEAK_EXPORT
jack_transport_state_t jack_transport_query (const jack_client_t *client, jack_position_t *pos) JACK_OPTIONAL_WEAK_EXPORT
jack_nframes_t jack_get_current_transport_frame (const jack_client_t *client) JACK_OPTIONAL_WEAK_EXPORT
int jack_transport_reposition (jack_client_t *client, const jack_position_t *pos) JACK_OPTIONAL_WEAK_EXPORT
void jack_transport_start (jack_client_t *client) JACK_OPTIONAL_WEAK_EXPORT
void jack_transport_stop (jack_client_t *client) JACK_OPTIONAL_WEAK_EXPORT
void jack_get_transport_info (jack_client_t *client, jack_transport_info_t *tinfo) JACK_OPTIONAL_WEAK_EXPORT
void jack_set_transport_info (jack_client_t *client, jack_transport_info_t *tinfo) JACK_OPTIONAL_WEAK_EXPORT
DE • EN
Copyright © MMXIII Crudebyte. All rights reserved.

twitter