clarify comment about Automatable/ControlSet inheritance

This commit is contained in:
Paul Davis 2013-04-01 19:47:08 -04:00
parent 19d5cafa8a
commit c9bb51bcca

View File

@ -35,9 +35,8 @@ namespace ARDOUR {
class Session;
class AutomationControl;
/** Note this class is abstract, actual objects must either be
* an AutomatableControls or an AutomatableSequence
/* The inherited ControlSet is virtual because AutomatableSequence inherits
* from this AND EvoralSequence, which is also a ControlSet
*/
class Automatable : virtual public Evoral::ControlSet
{