From ff26317d4f7904c071d7ecfb96fd84e71728f6d0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 10 Jun 2009 13:59:06 +0000 Subject: fix mute & solo behaviour mostly ; remove some verbose debugging output git-svn-id: svn://localhost/ardour2/branches/3.0@5153 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/mute_master.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour/mute_master.h') diff --git a/libs/ardour/ardour/mute_master.h b/libs/ardour/ardour/mute_master.h index d55de0c856..eb64181d89 100644 --- a/libs/ardour/ardour/mute_master.h +++ b/libs/ardour/ardour/mute_master.h @@ -47,7 +47,7 @@ class MuteMaster : public AutomationControl bool muted_main () const { return _mute_point & Main; } bool muted_at (MutePoint mp) const { return _mute_point & mp; } - bool muted() const { return _mute_point != MutePoint (0) && get_value() != 0.0; } + bool muted() const { return _mute_point != MutePoint (0); } gain_t mute_gain_at (MutePoint) const; -- cgit v1.2.3