Move RDF-based preset stuff into LadspaPlugin, to make way for a set of evil hacks...
[ardour.git] / libs / ardour / ardour / lv2_plugin.h
index bdaf1a153be347b10383252b499b0d1a0d471d29..daf3cff4f7e07274812a3bd27c0fc89d617363a5 100644 (file)
@@ -153,6 +153,8 @@ class LV2Plugin : public ARDOUR::Plugin
        void init (LV2World& world, SLV2Plugin plugin, framecnt_t rate);
        void run (pframes_t nsamples);
        void latency_compute_run ();
+       std::string do_save_preset (std::string);
+       void do_remove_preset (std::string);
 };