13
0
livetrax/libs/backends/coreaudio
Robin Gareus c56313cea0
Fix setting pretty-names when engine is restarted
port-meta-data depends on the audioengine backend/device
settings. Those are only available after the engine is started,
not from within the backend's _start() method.

This is is only relevant for callback based backends.

Backends with a blocking process thread explicitly emit
port-manager callbacks there before entering the main loop.
2023-06-02 00:29:03 +02:00
..
coreaudio_backend.cc Fix setting pretty-names when engine is restarted 2023-06-02 00:29:03 +02:00
coreaudio_backend.h CoreAudio: subscribe to device-alive property 2023-04-22 19:36:37 +02:00
coreaudio_pcmio_aggregate.cc
coreaudio_pcmio.cc CoreAudio: subscribe to device-alive property 2023-04-22 19:36:37 +02:00
coreaudio_pcmio.h CoreAudio: subscribe to device-alive property 2023-04-22 19:36:37 +02:00
coremidi_io.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
coremidi_io.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
wscript