new transport option, "loop-is-mode" which optionally changes the role of the "play...
[ardour.git] / libs / ardour / ardour / lxvst_plugin.h
index 1eba007790525c3daf2d06eb14ccd2cd8eebad43..cc6f50714427a93f9f25effda99b8ce5ad0730a0 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "ardour/vst_plugin.h"
 
-struct LIBARDOUR_API _VSTHandle;
+struct _VSTHandle;
 typedef struct _VSTHandle VSTHandle;
 
 namespace ARDOUR {
@@ -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 ();