From: Robin Gareus Date: Thu, 24 Nov 2016 20:58:50 +0000 (+0100) Subject: _maps_from_state is legal after unfreeze (restore state) X-Git-Tag: 5.5~59 X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=a7210d256e70fe2deab3b18bf6ed3e847da7e19b _maps_from_state is legal after unfreeze (restore state) --- diff --git a/libs/ardour/plugin_insert.cc b/libs/ardour/plugin_insert.cc index e0a66776ab..bf97a1217e 100644 --- a/libs/ardour/plugin_insert.cc +++ b/libs/ardour/plugin_insert.cc @@ -1816,11 +1816,9 @@ PluginInsert::configure_io (ChanCount in, ChanCount out) && _in_map.size() == _out_map.size() && _in_map.size() == get_count () ) { - assert (_maps_from_state == false); /* If the configuration has not changed, keep the mapping */ mapping_changed = sanitize_maps (); } else if (_match.custom_cfg && _configured) { - assert (_maps_from_state == false); /* don't touch the map in manual mode */ mapping_changed = sanitize_maps (); } else {