diff --git a/libs/ardour/ardour/automation_list.h b/libs/ardour/ardour/automation_list.h index f317820b7f..c437462be4 100644 --- a/libs/ardour/ardour/automation_list.h +++ b/libs/ardour/ardour/automation_list.h @@ -61,6 +61,10 @@ private: AutomationListProperty& operator= (AutomationListProperty const &); }; +/** AutomationList is a stateful wrapper around Evoral::ControlList. + * 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 { public: