mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Changed send/deliver role "Personal" to "Foldback" so bus type can match
This commit is contained in:
parent
e9013c0f99
commit
f27ca29d6c
9 changed files with 23 additions and 23 deletions
|
|
@ -2719,7 +2719,7 @@ ProcessorBox::choose_aux (boost::weak_ptr<Route> wr)
|
|||
}
|
||||
|
||||
if (target->is_listenbus ()) {
|
||||
_route->add_personal_send (target);
|
||||
_route->add_foldback_send (target);
|
||||
} else {
|
||||
_session->add_internal_send (target, _placement, _route);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue