ardour/libs/backends/coreaudio
Robin Gareus fe0e997335
Backend: prefer debug_msg over PBD::Transmitter in threads
PBD::Transmitter is neither thread-safe nor rt-safe. This likely
fixes a crash on macOS when process-threads are started.
Many threads simultaneously enter coreaudio_process_thread() and
log a message calling `PBD::info << .. << endmsg` simultaneously.
2022-06-24 19:27:57 +02:00
..
coreaudio_backend.cc Backend: prefer debug_msg over PBD::Transmitter in threads 2022-06-24 19:27:57 +02:00
coreaudio_backend.h Fix typo in 6a513a11f 2022-06-03 07:24:42 +02:00
coreaudio_pcmio_aggregate.cc Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
coreaudio_pcmio.cc Coreaudio/M1: prefer device IOThread Workgroup 2022-06-03 22:50:13 +02:00
coreaudio_pcmio.h Add parallel realtime threads to CoreAudio workgroup 2022-06-03 04:56:28 +02:00
coremidi_io.cc Resolve some Xcode12 C++11, sigc++ issues 2020-12-12 04:46:22 +01:00
coremidi_io.h Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
wscript wscript: drop configure statements already present in the top level wscript 2022-01-22 22:19:03 +01:00