From ef92349187b61349d2d5182f49f700183901f59e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 18 Nov 2009 13:25:13 +0000 Subject: bring back full mute control (pre/post/control/main) via mute button context click git-svn-id: svn://localhost/ardour2/branches/3.0@6116 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/mute_master.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libs/ardour/mute_master.cc') diff --git a/libs/ardour/mute_master.cc b/libs/ardour/mute_master.cc index 224eccdd51..1d0b2dda06 100644 --- a/libs/ardour/mute_master.cc +++ b/libs/ardour/mute_master.cc @@ -27,6 +27,11 @@ using namespace ARDOUR; +const MuteMaster::MutePoint MuteMaster::AllPoints = MutePoint (MuteMaster::PreFader| + MuteMaster::PostFader| + MuteMaster::Listen| + MuteMaster::Main); + MuteMaster::MuteMaster (Session& s, const std::string& name) : AutomationControl (s, Evoral::Parameter (MuteAutomation), boost::shared_ptr(), name) , _mute_point (MutePoint (0)) -- cgit v1.2.3