mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
clarify comment about Automatable/ControlSet inheritance
This commit is contained in:
parent
19d5cafa8a
commit
c9bb51bcca
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue