X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Flxvst_plugin.h;h=5a35d9832e55b744fb4f6844c6bb0479e140eee4;hb=74a604d261b1ecb0f20ee0c69aef7648da3a1d86;hp=f1a50b2f30a809ff20c215b518add67d8ddb0969;hpb=36c233fe6ce570ce85224626ce7aba4a2607537f;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