do not hide MIDI scene ports

This commit is contained in:
Paul Davis 2024-04-25 07:48:12 -06:00
parent f29d97c5dd
commit 402ee59453
1 changed files with 0 additions and 5 deletions

View File

@ -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) {