mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
Swap inheritance, simplifies Lua Bindings
This commit is contained in:
parent
1b2bc203ac
commit
d837914e28
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ private:
|
|||
* It includes session-specifics (such as automation state), control logic (e.g. touch, signals)
|
||||
* and acts as proxy to the underlying ControlList which holds the actual data.
|
||||
*/
|
||||
class LIBARDOUR_API AutomationList : public PBD::StatefulDestructible, public Evoral::ControlList
|
||||
class LIBARDOUR_API AutomationList : public Evoral::ControlList, public PBD::StatefulDestructible
|
||||
{
|
||||
public:
|
||||
AutomationList (const Evoral::Parameter& id, const Evoral::ParameterDescriptor& desc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue