From ecb88b01518a4cbab290ba8566ab583592ecb272 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 25 Apr 2024 07:48:12 -0600 Subject: [PATCH] do not hide MIDI scene ports --- 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 417e1fe0c9..4cd3ba4dec 100644 --- a/gtk2_ardour/port_group.cc +++ b/gtk2_ardour/port_group.cc @@ -679,11 +679,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) {