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:
Robin Gareus
2025-11-10 21:18:31 +01:00
parent e7d407d6e3
commit 0b9b4ff6b9

View File

@@ -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));