13
0

add required MuteControl method

This commit is contained in:
Paul Davis 2016-05-17 15:05:12 -04:00
parent 2ff7821128
commit 05647470ef

View File

@ -170,3 +170,8 @@ MuteControl::muted_by_masters () const
return get_masters_value (); return get_masters_value ();
} }
bool
MuteControl::muted_by_others_soloing () const
{
return _muteable.muted_by_others_soloing ();
}