X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fwindows_vst_plugin.h;h=7566eab098a8eb6748ecbd7cb8b58a3206132899;hb=11a68f7dd38e72c3e497569a60cb0740a33b78cf;hp=ee4850dc050b1d723135fdc5a24c8078fdff6fb9;hpb=e7c47747286c16aa575456b07120e1e8e8271bd5;p=ardour.git diff --git a/libs/ardour/ardour/windows_vst_plugin.h b/libs/ardour/ardour/windows_vst_plugin.h index ee4850dc05..7566eab098 100644 --- a/libs/ardour/ardour/windows_vst_plugin.h +++ b/libs/ardour/ardour/windows_vst_plugin.h @@ -26,14 +26,14 @@ struct LIBARDOUR_API _VSTHandle; typedef struct _VSTHandle VSTHandle; namespace ARDOUR { - + class AudioEngine; class Session; class LIBARDOUR_API WindowsVSTPlugin : public VSTPlugin { public: - WindowsVSTPlugin (AudioEngine &, Session &, VSTHandle *); + WindowsVSTPlugin (AudioEngine &, Session &, VSTHandle *, int unique_id); WindowsVSTPlugin (const WindowsVSTPlugin &); ~WindowsVSTPlugin (); @@ -47,6 +47,7 @@ public: ~WindowsVSTPluginInfo () {} PluginPtr load (Session& session); + std::vector get_presets (bool user_only) const; }; } // namespace ARDOUR