use new PBD::Controllable API to correctly save solo and mute controls, which may...
[ardour.git] / libs / ardour / ardour / mute_control.h
index 909f0cbf02ab7d394dbffbe9f6a424d3ca1fbc09..399b708d4351803debd4136bf76df0ac6a1f1f28 100644 (file)
@@ -39,6 +39,7 @@ class LIBARDOUR_API MuteControl : public SlavableAutomationControl
        MuteControl (Session& session, std::string const& name, Muteable&);
 
        double get_value () const;
+       double get_save_value() const { return muted_by_self(); }
 
        /* Export additional API so that objects that only get access
         * to a Controllable/AutomationControl can do more fine-grained