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:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user