add required MuteControl method
This commit is contained in:
parent
2ff7821128
commit
05647470ef
@ -170,3 +170,8 @@ MuteControl::muted_by_masters () const
|
||||
return get_masters_value ();
|
||||
}
|
||||
|
||||
bool
|
||||
MuteControl::muted_by_others_soloing () const
|
||||
{
|
||||
return _muteable.muted_by_others_soloing ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user