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