Files
ardour/libs
Robin Gareus 5e1cfcc7ed on session-load: skip output-change-handler until IOs are restored
fixes loading a session with tracks that have more input-ports
than output-ports.

the problem:

input -ports are added first, when added, IO::ensure_port() emits
IOChange::ConfigurationChanged which in turn triggers the route to
allocate corresponding output ports.

Due to this callback the output-ports were created before the actual
output-port-configuration and plugin-configuration from the
session-state was parsed and set.
2013-08-08 15:26:19 -04:00
..
2013-07-14 19:39:24 +02:00
2013-01-16 18:22:15 +00:00
2013-03-23 14:50:58 +01:00
2013-03-23 14:50:58 +01:00
2013-08-08 15:26:16 -04:00