Files
ardour/libs
Robin Gareus b90f057e6e Fix restoring implicit solo on session load
When a route's output is connected to multiple busses, re-establishing
port-connections on session-load calls Route::output_change_handler
multiple times.

Implicit solo counts are saved and restored by the route's SoloControl,
however the output_change_handler invalidated it on session load.

Since connections are restored iteratively, counting soloed downstream
routes will yield an incorrect result until all connections are
established.

This fixes the issue that implicit solo is lost on session-reload
in case a route has multiple connections with different up/downstream
solo states.
2020-10-28 22:31:26 +01:00
..
2020-07-09 02:10:28 +02:00
2020-10-24 03:21:25 +02:00
2020-03-02 17:58:03 +01:00
2020-03-23 17:38:08 +01:00
2020-10-24 04:14:38 +02:00
2020-01-22 02:00:25 +01:00
2020-10-24 16:06:04 -07:00
2019-09-03 05:01:59 +02:00
2020-03-29 14:56:22 +02:00