ardour/libs/backends/jack
Robin Gareus 13de664ae6
Provide jack2 compatible implementation for jack1
jack1 (which is Linux only) does not have a jack_client_stop_thread
API, and expects the application to call pthread_join().

This fixes an issue when the application is compiled using jack2 headers
but the application later runs using jack1's library.
2022-06-30 17:19:57 +02:00
..
jack_api.cc JACK: re-create backend when re-connecting to the server 2021-12-04 14:39:22 +01:00
jack_audiobackend.cc remove some timing stats that it seems unlikely we will use 2021-06-15 14:03:55 -06:00
jack_audiobackend.h dramtically improve performance of ::get_port_by_name() for JACK backend 2021-06-11 10:41:41 -06:00
jack_connection.cc Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
jack_connection.h
jack_portengine.cc Fix gcc4 builds ('EEXIST' was not declared in this scope) 2021-11-15 19:12:00 +01:00
jack_session.cc remove public ::bbt_at (INTEGER) methods, because of superclock_t/samplepos_t confusion 2021-08-13 12:51:35 -06:00
jack_session.h Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
jack_utils.cc Resolve some Xcode12 C++11, sigc++ issues 2020-12-12 04:46:22 +01:00
jack_utils.h Add Sun backend option for JACK 2020-03-26 09:58:34 -06:00
weak_libjack.c Update weakjack, alternative macOS libjack paths 2021-06-02 17:42:01 +02:00
weak_libjack.def Provide jack2 compatible implementation for jack1 2022-06-30 17:19:57 +02:00
weak_libjack.h Update weak_libjack - https://github.com/x42/weakjack/ 2021-02-28 16:27:22 +01:00
wscript wscript: drop unnecessary trailing ";" 2022-04-09 12:16:41 +02:00