From 379d75c66d05c0a7415b1507670176d5843fd316 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 10 Sep 2024 08:13:55 -0600 Subject: [PATCH] make Scene ports visible in MIDI connection matrix --- gtk2_ardour/port_group.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gtk2_ardour/port_group.cc b/gtk2_ardour/port_group.cc index 4cf9ae7159..9316cca6b4 100644 --- a/gtk2_ardour/port_group.cc +++ b/gtk2_ardour/port_group.cc @@ -708,11 +708,6 @@ PortGroupList::gather (ARDOUR::Session* session, ARDOUR::DataType type, bool inp /* we own this port (named after the program) */ - /* Hide scene ports for now */ - if (p.find (_("Scene ")) != string::npos) { - continue; - } - extra_program[t].push_back (p); } else if (flags & IsPhysical) {