summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/vst_plugin.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-15 02:21:25 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-15 02:21:25 +0000
commit0e74620ad469eb9d2ab9cb2f57ff650b2c796a00 (patch)
tree2fccaff29bd42ed8ce43f085aca0249ddbfecca1 /libs/ardour/ardour/vst_plugin.h
parent3a1af63fedc4792a3c98de446d031bfe27e9202d (diff)
Make VST preset files pre-preset rather than global. Clean up VST preset handling to use more of the bas class' code.
git-svn-id: svn://localhost/ardour2/branches/3.0@8279 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/vst_plugin.h')
-rw-r--r--libs/ardour/ardour/vst_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/vst_plugin.h b/libs/ardour/ardour/vst_plugin.h
index b6e2a02756..e9a2c4abdf 100644
--- a/libs/ardour/ardour/vst_plugin.h
+++ b/libs/ardour/ardour/vst_plugin.h
@@ -97,6 +97,7 @@ private:
gchar* get_chunk (bool);
int set_chunk (gchar const *, bool);
XMLTree * presets_tree () const;
+ std::string presets_file () const;
FSTHandle* handle;
FST* _fst;