mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
Don't show busses tab in MIDI connection managers, since
there are no MIDI busses yet. git-svn-id: svn://localhost/ardour2/branches/3.0@10365 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d57e00b7a2
commit
44bfe88366
1 changed files with 3 additions and 1 deletions
|
|
@ -577,7 +577,9 @@ PortGroupList::gather (ARDOUR::Session* session, ARDOUR::DataType type, bool inp
|
|||
}
|
||||
|
||||
add_group_if_not_empty (other);
|
||||
add_group_if_not_empty (bus);
|
||||
if (type != DataType::MIDI) {
|
||||
add_group_if_not_empty (bus);
|
||||
}
|
||||
add_group_if_not_empty (track);
|
||||
add_group_if_not_empty (ardour);
|
||||
add_group_if_not_empty (system);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue