From 3f6764f276b629898c4195fa6e4f1d900286c082 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 8 May 2020 03:45:56 +0200 Subject: Fix 6afcb350c5, internal backends don't report externally_connected() --- libs/ardour/track.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/track.cc') diff --git a/libs/ardour/track.cc b/libs/ardour/track.cc index 1837848e69..50bb6fdffa 100644 --- a/libs/ardour/track.cc +++ b/libs/ardour/track.cc @@ -768,7 +768,7 @@ Track::set_align_choice_from_io () * When not using JACK, all external ports are physical ports * so this is a NO-OP for other backends. */ - if (p->externally_connected ()) { + if (p->externally_connected () || p->physically_connected ()) { have_physical = true; break; } -- cgit v1.2.3