From e9e1800d86ef4b37f42ecb18e8efbf6095b5a92b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 17 Feb 2011 20:15:26 +0000 Subject: GUI for VBAP panner actually does something (not the right thing, though) git-svn-id: svn://localhost/ardour2/branches/3.0@8892 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/panners/vbap/vbap.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/panners/vbap/vbap.h') diff --git a/libs/panners/vbap/vbap.h b/libs/panners/vbap/vbap.h index af3c1c0df2..7aa136ac78 100644 --- a/libs/panners/vbap/vbap.h +++ b/libs/panners/vbap/vbap.h @@ -44,6 +44,9 @@ public: ChanCount in() const; ChanCount out() const; + void set_position (double); + void set_width (double); + std::set what_can_be_automated() const; static Panner* factory (boost::shared_ptr, boost::shared_ptr); -- cgit v1.2.3