From 0e74620ad469eb9d2ab9cb2f57ff650b2c796a00 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 15 Dec 2010 02:21:25 +0000 Subject: 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 --- libs/ardour/ardour/vst_plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/vst_plugin.h') 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; -- cgit v1.2.3