summaryrefslogtreecommitdiff
path: root/libs/fst/fst.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-30 00:53:37 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-30 00:53:37 +0000
commitb00bb4d5ff32c78dea212bc2ad71a1f87db9d2fc (patch)
treee7a4e90ec3d937ca45dc9c1c24029b83bfe53338 /libs/fst/fst.h
parent72190954c49dbe5874115132e0497cf5b8d6e633 (diff)
Gruesome-in-the-extreme VST hacks to attempt to allow presets to
be loaded without an editor window. You may need to clean your Ethernet cable with soapy water after fetching this commit (wireless users --- open the window). git-svn-id: svn://localhost/ardour2/branches/3.0@8378 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/fst/fst.h')
-rw-r--r--libs/fst/fst.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/fst/fst.h b/libs/fst/fst.h
index 2e4236fe4d..6cf057d2fa 100644
--- a/libs/fst/fst.h
+++ b/libs/fst/fst.h
@@ -90,7 +90,9 @@ struct _FST
int wantIdle;
int destroy;
int vst_version;
+ int has_editor;
+ int program_set_without_editor;
int want_program;
int want_chunk;
unsigned char *wanted_chunk;