13
0

make Scene ports visible in MIDI connection matrix

This commit is contained in:
Paul Davis 2024-09-10 08:13:55 -06:00
parent a1acf288ec
commit 379d75c66d

View File

@ -708,11 +708,6 @@ PortGroupList::gather (ARDOUR::Session* session, ARDOUR::DataType type, bool inp
/* we own this port (named after the program) */ /* 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); extra_program[t].push_back (p);
} else if (flags & IsPhysical) { } else if (flags & IsPhysical) {