T: Hide Track -> Master bus connections
This commit is contained in:
parent
11a25c8be0
commit
f2345b6fe0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user