add a static flag to force writing LV2 state
[ardour.git] / libs / ardour / ardour / lv2_plugin.h
index 269c158714e0ed56126883888335a280dfa5e1d8..a1e38fda32f6fd5e3024338525826e35a8f3a3c5 100644 (file)
@@ -63,6 +63,8 @@ class LIBARDOUR_API LV2Plugin : public ARDOUR::Plugin, public ARDOUR::Workee
        LV2Plugin (const LV2Plugin &);
        ~LV2Plugin ();
 
+       static bool force_state_save;
+
        std::string unique_id () const;
        const char* uri () const;
        const char* label () const;