From e1bcd70712b1aa35fa59d812d679576c88171d0f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 11 Apr 2016 16:37:51 -0400 Subject: a slew of as-yet incomplete work to get VCA solo+mute closer to working --- libs/ardour/solo_control.cc | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'libs/ardour/solo_control.cc') diff --git a/libs/ardour/solo_control.cc b/libs/ardour/solo_control.cc index e8fbb66643..936cc2263a 100644 --- a/libs/ardour/solo_control.cc +++ b/libs/ardour/solo_control.cc @@ -62,31 +62,6 @@ SoloControl::set_mute_master_solo () } } -void -SoloControl::master_changed (bool from_self, PBD::Controllable::GroupControlDisposition gcd) -{ - if (_soloable.is_safe() || !_soloable.can_solo()) { - return; - } - - bool master_soloed; - - { - Glib::Threads::RWLock::ReaderLock lm (master_lock); - master_soloed = (bool) get_masters_value_locked (); - } - - /* Master is considered equivalent to an upstream solo control, not - * direct control over self-soloed. - */ - - mod_solo_by_others_upstream (master_soloed ? 1 : -1); - - /* no need to call AutomationControl::master_changed() since it just - emits Changed() which we already did in mod_solo_by_others_upstream() - */ -} - void SoloControl::mod_solo_by_others_downstream (int32_t delta) { -- cgit v1.2.3