mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
NOOP: formatting
This commit is contained in:
parent
3f50ace767
commit
f4f0e70320
1 changed files with 1 additions and 2 deletions
|
|
@ -41,8 +41,7 @@ public:
|
||||||
ControlSet (const ControlSet&);
|
ControlSet (const ControlSet&);
|
||||||
virtual ~ControlSet() {}
|
virtual ~ControlSet() {}
|
||||||
|
|
||||||
virtual boost::shared_ptr<Evoral::Control>
|
virtual boost::shared_ptr<Evoral::Control> control_factory(const Evoral::Parameter& id) = 0;
|
||||||
control_factory(const Evoral::Parameter& id) = 0;
|
|
||||||
|
|
||||||
boost::shared_ptr<Control>
|
boost::shared_ptr<Control>
|
||||||
control (const Parameter& id, bool create_if_missing=false);
|
control (const Parameter& id, bool create_if_missing=false);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue