From 04c9b3155cedcdd69e0ad4bc2154cae96d4c8a2d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 11 Apr 2016 14:03:37 +0200 Subject: [PATCH] add some class documentation --- libs/ardour/ardour/automation_list.h | 4 ++++ 1 file changed, 4 insertions(+) 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: