mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 22:27:36 +01:00
_maps_from_state is legal after unfreeze (restore state)
This commit is contained in:
parent
a2c0b10d8a
commit
a7210d256e
1 changed files with 0 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue