continue with MTC debugging
[ardour.git] / libs / ardour / mute_master.cc
index 9aea8f981ad76ac2db9b6c500769216b24b86d36..1d0b2dda0690b23b725e1acca08890a4e33fa899 100644 (file)
 
 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<AutomationList>(), name)
        , _mute_point (MutePoint (0))
@@ -103,7 +108,7 @@ MuteMaster::get_value () const
 }
 
 int
-MuteMaster::set_state (const XMLNode& node)
+MuteMaster::set_state (const XMLNode& node, int /*version*/)
 {
        const XMLProperty* prop;