mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
make ::muted_by_others_soloing() part of the Muteable API
This commit is contained in:
parent
7321e1b4a2
commit
7eb2d1d16d
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ class Muteable {
|
|||
|
||||
virtual bool can_be_muted_by_others () const = 0;
|
||||
virtual void act_on_mute () {}
|
||||
virtual bool muted_by_others_soloing () const = 0;
|
||||
|
||||
boost::shared_ptr<MuteMaster> mute_master() const {
|
||||
return _mute_master;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue