mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
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.
This commit is contained in:
parent
6640a4afb3
commit
c56313cea0
2 changed files with 2 additions and 2 deletions
|
|
@ -702,6 +702,7 @@ PortAudioBackend::_start (bool for_latency_measurement)
|
|||
stop ();
|
||||
return ProcessThreadStartError;
|
||||
}
|
||||
_port_change_flag.store (1);
|
||||
}
|
||||
|
||||
return NoError;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue