treat VCA assign as a RouteGroup property.
[ardour.git] / libs / ardour / ardour / lxvst_plugin.h
index d58bc63d0647ee851f8062f7bf9638db7f98b7f0..5a35d9832e55b744fb4f6844c6bb0479e140eee4 100644 (file)
@@ -47,7 +47,7 @@ class LIBARDOUR_API LXVSTPluginInfo : public PluginInfo
        ~LXVSTPluginInfo () {}
 
        PluginPtr load (Session& session);
-       virtual std::vector<Plugin::PresetRecord> get_presets(Session&);
+       std::vector<Plugin::PresetRecord> get_presets (bool user_only) const;
 };
 
 } // namespace ARDOUR