13
0
livetrax/libs/backends/jack
Paul Davis 0eed821eb9 JACK: do not set the thread-init callback
Because we use the non-callback API, we can call our thread init callback
ourselves from ::process_thread(). In addition, the init_callback in JACK is
used by every thread JACK creates, including the messagebuffer thread, and this
confuses things from an Ardour POV where the callback was intended just for
realtime threads.
2023-04-21 12:16:37 -06:00
..
jack_api.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
jack_audiobackend.cc JACK: do not set the thread-init callback 2023-04-21 12:16:37 -06:00
jack_audiobackend.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
jack_connection.cc
jack_connection.h
jack_portengine.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
jack_session.cc
jack_session.h
jack_utils.cc
jack_utils.h
weak_libjack.c
weak_libjack.def Provide jack2 compatible implementation for jack1 2022-06-30 17:19:57 +02:00
weak_libjack.h
wscript wscript: drop unnecessary trailing ";" 2022-04-09 12:16:41 +02:00