Give Processor::run a new parameter to say whether or not the run method must leave
[ardour.git] / libs / ardour / ardour / mute_master.h
index 1b06b4bf7c5baad0196f09e8a5646d4570aff385..ef65e69aba6b70b4c088c12203513c8864dd6175 100644 (file)
@@ -38,6 +38,8 @@ class MuteMaster : public AutomationControl
                Main      = 0x8
        };
 
+       static const MutePoint AllPoints;
+
        MuteMaster (Session& s, const std::string& name);
        ~MuteMaster() {}
 
@@ -65,7 +67,7 @@ class MuteMaster : public AutomationControl
        sigc::signal<void> MutePointChanged;
 
        XMLNode& get_state();
-       int set_state(const XMLNode& node);
+       int set_state(const XMLNode&, int version);
 
   private:
        AutomationList* _automation;