From 089c334d0c4f2878f81b6767ee2230256e1fc949 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 24 Mar 2015 13:47:37 -0400 Subject: Resolve only active notes when muted/non-soloed. Fixes bug #6206. --- libs/ardour/mute_master.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/ardour/mute_master.cc') diff --git a/libs/ardour/mute_master.cc b/libs/ardour/mute_master.cc index 9f2ed08dab..5734af8a3d 100644 --- a/libs/ardour/mute_master.cc +++ b/libs/ardour/mute_master.cc @@ -31,6 +31,9 @@ using namespace ARDOUR; using namespace std; +const MuteMaster::MutePoint MuteMaster::AllPoints = MuteMaster::MutePoint( + PreFader|PostFader|Listen|Main); + MuteMaster::MuteMaster (Session& s, const std::string&) : SessionHandleRef (s) , _mute_point (MutePoint (0)) -- cgit v1.2.3