summaryrefslogtreecommitdiff
path: root/libs/ardour/track.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/track.cc')
-rw-r--r--libs/ardour/track.cc2
1 files changed, 1 insertions, 1 deletions
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;
}