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
                         |
                         |
                         |
                    Simultaneous

class definition

[concrete class] A Simultaneous expresses that the items contained in it start at the same time. However, setting the parameter offsetTime of an item to a value greater zero causes this item to delay its startTime the amount of offsetTime.
For a documentation of the time unit see doc of TimeMixin.

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