- Global jack_engine_takeover_timebase (jack_client_t *)
- This function still exists for compatibility with the earlier transport interface, but it does nothing. Instead, see transport.h and use jack_set_timebase_callback().
- Global jack_get_transport_info (jack_client_t *client, jack_transport_info_t *tinfo)
- This is for compatibility with the earlier transport interface. Use jack_transport_query(), instead.
- Global jack_internal_client_close (const char *client_name)
- Please use jack_internal_client_load().
- Global jack_internal_client_new (const char *client_name, const char *load_name, const char *load_init)
- Please use jack_internal_client_load().
- Global jack_port_tie (jack_port_t *src, jack_port_t *dst)
- This function will be removed from a future version of JACK. Do not use it. There is no replacement. It has turned out to serve essentially no purpose in real-life JACK clients.
- Global jack_port_untie (jack_port_t *port)
- This function will be removed from a future version of JACK. Do not use it. There is no replacement. It has turned out to serve essentially no purpose in real-life JACK clients.
- Global jack_set_transport_info (jack_client_t *client, jack_transport_info_t *tinfo)
- This function still exists for compatibility with the earlier transport interface, but it does nothing. Instead, define a JackTimebaseCallback.
- Class jack_transport_info_t
- This is for compatibility with the earlier transport interface. Use the jack_position_t struct, instead.