internal sends in livetrax are never linked to the Route panner
Note: this could discriminate based on _role == MasterSend, but livetrax doesn't allow any other type of internal send anyway.
This commit is contained in:
parent
76314c4808
commit
13d354332e
@ -79,7 +79,7 @@ PannerShell::PannerShell (string name, Session& s, std::shared_ptr<Pannable> p,
|
||||
{
|
||||
if (is_send) {
|
||||
_pannable_internal.reset(new Pannable (s, tdp));
|
||||
if (Config->get_link_send_and_route_panner()) {
|
||||
if (!Profile->get_livetrax() && Config->get_link_send_and_route_panner()) {
|
||||
_panlinked = true;
|
||||
} else {
|
||||
_panlinked = false;
|
||||
|
Loading…
Reference in New Issue
Block a user