From 291618fe7116424448da5f7029e567d655526521 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 13 Jan 2014 15:13:37 +0100 Subject: allow to custom select panner-type for each delivery. --- libs/ardour/ardour/panner_shell.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/ardour/ardour/panner_shell.h') diff --git a/libs/ardour/ardour/panner_shell.h b/libs/ardour/ardour/panner_shell.h index f798e0da97..765acad16a 100644 --- a/libs/ardour/ardour/panner_shell.h +++ b/libs/ardour/ardour/panner_shell.h @@ -75,6 +75,9 @@ public: std::string user_selected_panner_uri() const { return _user_selected_panner_uri; } std::string panner_gui_uri() const { return _panner_gui_uri; } + /* this function takes the process lock */ + bool select_panner_by_uri (std::string const uri); + private: friend class Route; void distribute_no_automation (BufferSet& src, BufferSet& dest, pframes_t nframes, gain_t gain_coeff); -- cgit v1.2.3