13
0

LT: do not show regular outs from tracks in audio connections window

This commit is contained in:
Paul Davis 2024-07-08 11:07:47 -06:00
parent e8ff2a9c5c
commit decc9c1d19

View File

@ -695,12 +695,12 @@ PortGroupList::gather (ARDOUR::Session* session, ARDOUR::DataType type, bool inp
/* we own this port (named after the program) */
extra_program[t].push_back (p);
if (!Profile->get_livetrax()) {
extra_program[t].push_back (p);
}
} else if (flags & IsPhysical) {
extra_system[t].push_back (p);
} else {
extra_other[t].push_back (p);
}