summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/vst_types.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-02-21 17:28:47 +0100
committerRobin Gareus <robin@gareus.org>2014-02-22 03:11:48 +0100
commit40aa7e5e9034321f8af0b3067bd5f3005c537d5d (patch)
treeb938f43360f4512af99d1324d1b93fcf2d75d89d /libs/ardour/ardour/vst_types.h
parent99076689f74a1d1a2cc33e9bc7d22131c3a04633 (diff)
first part of merging windows and wine VST
libfst is now very ardour specific (no longer compatible with /upstream/)
Diffstat (limited to 'libs/ardour/ardour/vst_types.h')
-rw-r--r--libs/ardour/ardour/vst_types.h18
1 files changed, 11 insertions, 7 deletions
diff --git a/libs/ardour/ardour/vst_types.h b/libs/ardour/ardour/vst_types.h
index 47308aff73..2d273f1bc5 100644
--- a/libs/ardour/ardour/vst_types.h
+++ b/libs/ardour/ardour/vst_types.h
@@ -62,6 +62,7 @@ struct LIBARDOUR_API _VSTHandle
void* dll;
char* name;
char* nameptr;
+ char* path;
main_entry_t main_entry;
@@ -90,13 +91,16 @@ struct LIBARDOUR_API _VSTState
void (* eventProc) (void * event);
VSTHandle* handle;
-
- int width;
- int height;
- int wantIdle;
- int destroy;
- int vst_version;
- int has_editor;
+
+ int width;
+ int height;
+ int wantIdle;
+
+ int voffset;
+ int gui_shown;
+ int destroy;
+ int vst_version;
+ int has_editor;
int program_set_without_editor;