mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
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:
parent
1b8e8303b2
commit
e9e1800d86
4 changed files with 31 additions and 18 deletions
|
|
@ -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>);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue