summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 64f8764303..78e0228382 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -5442,6 +5442,8 @@ Route::slaved_to (boost::shared_ptr<VCA> vca) const
return false;
}
+ /* just test one particular control, not all of them */
+
return _gain_control->slaved_to (vca->gain_control());
}