mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
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. |
||
|---|---|---|
| .. | ||
| appleutility | ||
| ardour | ||
| ardouralsautil | ||
| audiographer | ||
| backends | ||
| canvas | ||
| clearlooks-newer | ||
| evoral | ||
| fluidsynth | ||
| fst | ||
| gtkmm2ext | ||
| hidapi | ||
| libltc | ||
| lua | ||
| midi++2 | ||
| panners | ||
| pbd | ||
| plugins | ||
| ptformat | ||
| qm-dsp | ||
| surfaces | ||
| temporal | ||
| vamp-plugins | ||
| vamp-pyin | ||
| vfork | ||
| vst3 | ||
| waveview | ||
| widgets | ||
| zita-convolver | ||
| zita-resampler | ||