add some class documentation

This commit is contained in:
Robin Gareus 2016-04-11 14:03:37 +02:00
parent 96d0e099bd
commit 04c9b3155c

View File

@ -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: