summaryrefslogtreecommitdiff
path: root/libs/fst/fst.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-07 02:56:11 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-07 02:56:11 +0000
commit40c162d6096f9bb338b602fb7845234133285411 (patch)
tree04780c7e06b050191fac93ed778ec330e842361e /libs/fst/fst.h
parent25a702798e7fc2f3875208ceb67e0b6a7dfb1715 (diff)
Move RDF-based preset stuff into LadspaPlugin, to make way for a set of evil hacks to make VST chunk-based presets work (for some values of `work').
May fix #3577. git-svn-id: svn://localhost/ardour2/branches/3.0@8202 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/fst/fst.h')
-rw-r--r--libs/fst/fst.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/fst/fst.h b/libs/fst/fst.h
index 6ef5acf794..28ee49bd01 100644
--- a/libs/fst/fst.h
+++ b/libs/fst/fst.h
@@ -83,6 +83,9 @@ struct _FST
int vst_version;
int want_program;
+ int want_chunk;
+ unsigned char *wanted_chunk;
+ int wanted_chunk_size;
int current_program;
float *want_params;
float *set_params;