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

inheritance tree

 NonType Reflection       FlagsMixin
    |        |                |
    `-----+--'                |
          |                   |
     ScoreObject    SMapping.mappingMixin
          |                   |
          `---------+---------'
                    |
                   Item
                    |
                    `+
                     |
                  Element                 TimeMixin
                     |                        |
                     `----+-------------------'
                          |
                   TemporalElement

class definition

[abstract class] A TemporalElement is an element with timing information. For instance, any action of a performer is a TemporalElement -- whether the action is heard or not. An unheard action can a change of the instrument (as muting it) is a TemporalElement, a heard action the performance of a note.

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