Use new externally_connected API

This commit is contained in:
Robin Gareus
2017-10-30 19:43:32 +01:00
parent 9fd972c920
commit ea8d089e3c

View File

@@ -589,11 +589,7 @@ Port::externally_connected () const
if (!_port_handle) {
return false;
}
// TODO: When used with JACK, check if this port
// is connected to any non-ardour ports.
return port_engine.physically_connected (_port_handle);
return port_engine.externally_connected (_port_handle);
}
XMLNode&