Files
ardour/libs
Robin Gareus 3d44f39c09 Report failed connections when reconnecting ports
This is needed to update the GUI (mixer-strip I/O buttons)
when the engine is re-started with different I/O.

When Port::reconnect() cannot re-connect the port (e.g.
because the corresponding hardware port is missing), the IO object
needs o be notified -> PostDisconnect() -> IO::disconnect_check.

While the port-manager re-establishes and re-connects port,
port_manager->running() == false, and Port::get_connections()
returns the Port::_connections set (not actual engine connections).
So _connections.clear() has to be called synchronize it with
the actual engine connection state.
2021-02-04 04:41:22 +01:00
..
2020-12-01 12:08:09 +01:00
2021-01-23 23:43:14 +01:00
2021-01-08 22:50:37 +01:00
2020-01-22 02:00:25 +01:00
2019-09-03 05:01:59 +02:00
2021-02-03 20:14:22 +01:00