mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
foldback may be mono don't set panner type
This commit is contained in:
parent
df2917568d
commit
a5828ba472
1 changed files with 0 additions and 1 deletions
|
|
@ -3307,7 +3307,6 @@ Route::add_foldback_send (boost::shared_ptr<Route> route)
|
||||||
}
|
}
|
||||||
|
|
||||||
listener->panner_shell()->set_linked_to_route (false);
|
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);
|
add_processor (listener, before);
|
||||||
|
|
||||||
} catch (failed_constructor& err) {
|
} catch (failed_constructor& err) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue