remove reference "const int32_t&" -> const int32_t"
[ardour.git] / libs / ardour / ardour / windows_vst_plugin.h
index ee4850dc050b1d723135fdc5a24c8078fdff6fb9..7566eab098a8eb6748ecbd7cb8b58a3206132899 100644 (file)
@@ -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<Plugin::PresetRecord> get_presets (bool user_only) const;
 };
 
 } // namespace ARDOUR