mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
add some assert for reloading saved plugin pin connections
This commit is contained in:
parent
0077923dea
commit
008eda2858
1 changed files with 2 additions and 0 deletions
|
|
@ -1448,11 +1448,13 @@ 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 */
|
||||
if (old_internal != _configured_internal) {
|
||||
mapping_changed = sanitize_maps ();
|
||||
}
|
||||
} else if (_match.custom_cfg && _configured) {
|
||||
assert (_maps_from_state == false);
|
||||
mapping_changed = sanitize_maps ();
|
||||
} else {
|
||||
#ifdef MIXBUS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue