Use XMLNode::get/set_property API in Tempo/Time related classes
[ardour.git] / libs / ardour / ardour / solo_control.h
index 3f0f522fc3589d4bd54778893f5162c49c9fd538..cc8698358262835600d0a036b951f57e446187c2 100644 (file)
@@ -38,6 +38,7 @@ class LIBARDOUR_API SoloControl : public SlavableAutomationControl
        SoloControl (Session& session, std::string const & name, Soloable& soloable, Muteable& m);
 
        double get_value () const;
+       double get_save_value() const { return self_soloed(); }
 
        bool can_solo() const;