mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 12:26:07 +01:00
Don't list foldback busses in editor and triggerbase "Tracks" list
There ought to be no timeline dependence for those and they there is no FoldbackTimeAxis to begin with.
This commit is contained in:
parent
e7d407d6e3
commit
0b9b4ff6b9
1 changed files with 3 additions and 0 deletions
|
|
@ -602,6 +602,9 @@ RouteListBase::add_stripables (StripableList& slist)
|
|||
if (route->is_surround_master ()) {
|
||||
continue;
|
||||
}
|
||||
if (route->is_foldbackbus ()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
row = *(_model->insert (insert_iter));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue