Index
Strasheela
Init
GUtils
LUtils
MUtils
Score
SMapping
SDistro
Out
Strasheela
FD_edited
Midi

inheritance tree

 NonType Reflection       FlagsMixin
    |        |                |
    `-----+--'                |
          |                   |
     ScoreObject    SMapping.mappingMixin
          |                   |
          `---------+---------'
                    |
                   Item
                    |
                    `+
                     |
                 Container
                     |
                    +'
                    |
                  Aspect                  TimeMixin
                    |                         |
                    `----+--------------------'
                         |
                   TemporalAspect

class definition

[abstract class] A TemporalAspect is an aspect which contains timing related attributes and understands timing related methods. A TemporalAspect is a generalisation of a Sequential and a Simultaneous, which both impose timing information to the items they contain.
For a documentation of the time related attributes/parameters see doc of TimeMixin.

class TemporalAspect (Inheritance-free)
   prop locking
   feat !ScoreObjectType label
   attr containers duration endTime flags id info items offsetTime parameters startTime
end