jack_transport_start

Start the JACK transport rolling.

Any client can make this request at any time. It takes effect no sooner than the next process cycle, perhaps later if there are slow-sync clients. This function is realtime-safe.

@see jack_set_sync_callback

@param client the JACK client structure.

extern (C)
void
jack_transport_start
(
jack_client_t* client
)

Meta