Make VST preset files pre-preset rather than global. Clean up VST preset handling...
[ardour.git] / libs / ardour / ardour / vst_plugin.h
index b6e2a027561acc3e1efccff8666730f3741d47c3..e9a2c4abdf1a9d7716e1c40421711d78f227a16d 100644 (file)
@@ -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;