remove reference "const int32_t&" -> const int32_t"
[ardour.git] / libs / ardour / ardour / ladspa_plugin.h
index 8c4a96668e5228a3109a6b0034a11c61c063db84..dbb635fd91132fe3e80a1e36501a090c5b9d6ea5 100644 (file)
@@ -83,6 +83,7 @@ class LIBARDOUR_API LadspaPlugin : public ARDOUR::Plugin
        int set_block_size (pframes_t /*nframes*/) { return 0; }
 
        int connect_and_run (BufferSet& bufs,
+                       framepos_t start, framepos_t end, double speed,
                        ChanMapping in, ChanMapping out,
                        pframes_t nframes, framecnt_t offset);
 
@@ -151,6 +152,7 @@ class LIBARDOUR_API LadspaPluginInfo : public PluginInfo {
        ~LadspaPluginInfo () { };
 
        PluginPtr load (Session& session);
+       std::vector<Plugin::PresetRecord> get_presets (bool user_only) const;
 };
 
 typedef boost::shared_ptr<LadspaPluginInfo> LadspaPluginInfoPtr;