Files
ardour/libs
Robin Gareus 883ee9c2a0 Allow to call set_state() on existing routes
Delaylines are not saved in the XML and internal-return is an
invisible processor not explicitly re-added when the state is restored.

They are [re]inserted during Route::setup_invisible_processors().
So this method need to be called after restoring processor state
(indirectly via configure_processors_unlocked as needed).

PS. During route creation this call happens explicitly and on session load
hookup_io() -> Route::output_change_handler() implicitly sets this up.
2019-03-06 00:57:49 +01:00
..
2019-02-23 18:41:05 +01:00
2019-02-28 23:57:44 +01:00
2019-03-01 16:02:08 +01:00