13
0

T: Hide Track -> Master bus connections

This commit is contained in:
Robin Gareus 2024-05-24 18:45:29 +02:00
parent 11a25c8be0
commit f2345b6fe0
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -716,6 +716,12 @@ PortGroupList::gather (ARDOUR::Session* session, ARDOUR::DataType type, bool inp
system->remove_duplicates ();
}
#ifdef LIVETRAX
/* hide busses (here master bus input).
* Don't allow to change connections from tracks to master.
*/
if (!inputs)
#endif
add_group_if_not_empty (bus);
add_group_if_not_empty (track);
add_group_if_not_empty (sidechain);