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
This commit is contained in:
Paul Davis 2011-02-17 20:15:26 +00:00
parent 1b8e8303b2
commit e9e1800d86
4 changed files with 31 additions and 18 deletions

View file

@ -44,6 +44,9 @@ public:
ChanCount in() const;
ChanCount out() const;
void set_position (double);
void set_width (double);
std::set<Evoral::Parameter> what_can_be_automated() const;
static Panner* factory (boost::shared_ptr<Pannable>, boost::shared_ptr<Speakers>);