mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Consolidate internal bus checks (2/2)
This commit is contained in:
parent
3de600625f
commit
9cc966120c
15 changed files with 52 additions and 42 deletions
|
|
@ -1060,7 +1060,7 @@ FoldbackStrip::create_selected_sends (ARDOUR::Placement p, bool)
|
|||
_session->get_stripables (*slist, fl);
|
||||
|
||||
for (StripableList::iterator i = (*slist).begin (); i != (*slist).end (); ++i) {
|
||||
if ((*i)->is_selected () && !(*i)->is_master () && !(*i)->is_monitor ()) {
|
||||
if ((*i)->is_selected () && !(*i)->is_main_bus ()) {
|
||||
std::shared_ptr<Route> rt = std::dynamic_pointer_cast<Route> (*i);
|
||||
if (rt) {
|
||||
rt->add_foldback_send (_route, p == PostFader);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue