mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
Mirror of Ardour Source Code
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. |
||
|---|---|---|
| doc | ||
| gtk2_ardour | ||
| headless | ||
| libs | ||
| luasession | ||
| msvc_extra_headers | ||
| MSVCardour3 | ||
| MSVCMixbus3 | ||
| MSVCvst_scan | ||
| nutemp | ||
| session_utils | ||
| share | ||
| tools | ||
| vst | ||
| .dir-locals.el | ||
| .gitattributes | ||
| .gitignore | ||
| ardour.1 | ||
| COPYING | ||
| instant.xml.sae | ||
| msvc32-fixup.pl | ||
| PACKAGER_README | ||
| README | ||
| README-GITHUB.txt | ||
| system_config | ||
| testfile.flac | ||
| testfile.ogg | ||
| TRANSLATORS | ||
| waf | ||
| wscript | ||
Please see the Ardour web site at http://ardour.org/ for all documentation..
For information on building ardour:
http://ardour.org/development.html