mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
foldback sends should have unlinked balanced panner
Or 1+2 for mono sends.
This commit is contained in:
parent
c7787690f6
commit
80df6b84b0
1 changed files with 2 additions and 0 deletions
|
|
@ -3241,6 +3241,8 @@ Route::add_foldback_send (boost::shared_ptr<Route> route)
|
|||
listener.reset (new InternalSend (_session, _pannable, _mute_master, boost::dynamic_pointer_cast<ARDOUR::Route>(shared_from_this()), route, Delivery::Foldback));
|
||||
}
|
||||
|
||||
listener->panner_shell()->set_linked_to_route (false);
|
||||
listener->panner_shell()->select_panner_by_uri ("http://ardour.org/plugin/panner_balance");
|
||||
add_processor (listener, before);
|
||||
|
||||
} catch (failed_constructor& err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue