X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Flxvst_plugin.h;h=5a35d9832e55b744fb4f6844c6bb0479e140eee4;hb=2cc33684c71131fd483346fe05e3b1a0e1706de9;hp=f1a50b2f30a809ff20c215b518add67d8ddb0969;hpb=e279b9892b467aa823e253d97b6e9504cca0e252;p=ardour.git diff --git a/libs/ardour/ardour/lxvst_plugin.h b/libs/ardour/ardour/lxvst_plugin.h index f1a50b2f30..5a35d9832e 100644 --- a/libs/ardour/ardour/lxvst_plugin.h +++ b/libs/ardour/ardour/lxvst_plugin.h @@ -33,7 +33,7 @@ class Session; class LIBARDOUR_API LXVSTPlugin : public VSTPlugin { public: - LXVSTPlugin (AudioEngine &, Session &, VSTHandle *); + LXVSTPlugin (AudioEngine &, Session &, VSTHandle *, int unique_id); LXVSTPlugin (const LXVSTPlugin &); ~LXVSTPlugin (); @@ -47,6 +47,7 @@ class LIBARDOUR_API LXVSTPluginInfo : public PluginInfo ~LXVSTPluginInfo () {} PluginPtr load (Session& session); + std::vector get_presets (bool user_only) const; }; } // namespace ARDOUR