summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/mute_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/mute_control.h')
-rw-r--r--libs/ardour/ardour/mute_control.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/ardour/ardour/mute_control.h b/libs/ardour/ardour/mute_control.h
index 431236692e..5332fd4fa7 100644
--- a/libs/ardour/ardour/mute_control.h
+++ b/libs/ardour/ardour/mute_control.h
@@ -56,9 +56,12 @@ class LIBARDOUR_API MuteControl : public SlavableAutomationControl
bool muted () const;
bool muted_by_self () const;
+ bool muted_by_masters () const;
+ bool muted_by_self_or_masters () const {
+ return muted_by_self() || muted_by_masters ();
+ }
bool muted_by_others_soloing () const;
- bool muted_by_others () const;
void set_mute_points (MuteMaster::MutePoint);
MuteMaster::MutePoint mute_points () const;