mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Hide hidden ports in port-matrix
This commit is contained in:
parent
7888d85750
commit
7d3d64512c
1 changed files with 4 additions and 1 deletions
|
|
@ -638,7 +638,10 @@ PortGroupList::gather (ARDOUR::Session* session, ARDOUR::DataType type, bool inp
|
||||||
|
|
||||||
PortFlags flags (AudioEngine::instance()->port_engine().get_port_flags (ph));
|
PortFlags flags (AudioEngine::instance()->port_engine().get_port_flags (ph));
|
||||||
|
|
||||||
if (port_has_prefix (p, lpnc)) {
|
if (flags & Hidden ) {
|
||||||
|
++s;
|
||||||
|
continue;
|
||||||
|
} else if (port_has_prefix (p, lpnc)) {
|
||||||
|
|
||||||
/* we own this port (named after the program) */
|
/* we own this port (named after the program) */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue