From e33d4553b2b333c30835b00741fc5c1fd0e2b36d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 3 May 2010 18:58:38 +0000 Subject: more solo model work, including a GUI fix for mute button state when the route is self-soloed git-svn-id: svn://localhost/ardour2/branches/3.0@7048 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/mute_master.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/ardour/mute_master.h') diff --git a/libs/ardour/ardour/mute_master.h b/libs/ardour/ardour/mute_master.h index a0207f9817..ad383d8833 100644 --- a/libs/ardour/ardour/mute_master.h +++ b/libs/ardour/ardour/mute_master.h @@ -72,6 +72,7 @@ class MuteMaster : public SessionHandleRef, public PBD::Stateful MutePoint mute_points() const { return _mute_point; } void set_solo_level (SoloLevel); + void set_solo_ignore (bool yn) { _solo_ignore = yn; } PBD::Signal0 MutePointChanged; @@ -83,6 +84,7 @@ class MuteMaster : public SessionHandleRef, public PBD::Stateful volatile bool _self_muted; volatile uint32_t _muted_by_others; volatile SoloLevel _solo_level; + volatile bool _solo_ignore; }; } // namespace ARDOUR -- cgit v1.2.3