LT: do not show regular outs from tracks in audio connections window
This commit is contained in:
parent
e8ff2a9c5c
commit
decc9c1d19
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user