side-chain button select connects exclusively
This commit is contained in:
parent
5e2c9f8ef8
commit
44cb8842cc
@ -1124,6 +1124,9 @@ PluginPinDialog::connect_port (boost::weak_ptr<ARDOUR::Port> wp0, boost::weak_pt
|
||||
if (!io || !p0 || !p1) {
|
||||
return;
|
||||
}
|
||||
_ignore_updates = true;
|
||||
p0->disconnect_all ();
|
||||
_ignore_updates = false;
|
||||
p0->connect (p1->name ());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user