forward-propagate Changed signals through VCA master-slave connections
[ardour.git] / libs / ardour / route_controls.cc
index 7cd4f61124f22ab3cd6a54f69922729fb03349d9..5ab7524f84d016319100e56cf47ae405aae85cff 100644 (file)
@@ -70,7 +70,7 @@ Route::set_control (AutomationType type, double val, PBD::Controllable::GroupCon
                /* session must mediate group control */
                rl.reset (new RouteList);
                rl->push_back (shared_from_this());
-               _session.set_mute (rl, !muted(), Session::rt_cleanup, group_override);
+               _session.set_mute (rl, val >= 0.5 ? true : false, Session::rt_cleanup, group_override);
                return;
                break;