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:
Paul Davis 2024-04-02 18:07:14 -06:00
parent dfa24e3292
commit d36e7d2f91
1 changed files with 1 additions and 1 deletions

View File

@ -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;