mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 22:56:32 +01:00
add required MuteControl method
This commit is contained in:
parent
2ff7821128
commit
05647470ef
1 changed files with 5 additions and 0 deletions
|
|
@ -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 ();
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue