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
                          |
                          |
                          |
                        Event
                          |
                          |
                          |
                        Note2
                          |
                         +'
                         |
                     Score.note                     MidiNoteMixin
                         |                                |
                         `------+-------------------------'
                                |
                             MidiNote

class definition

Extends Score.note by the additional attribute channel.

class MidiNote (Inheritance-free)
   prop locking
   feat !MidiNoteMixinType !ScoreObjectType label
   attr amplitude channel containers duration endTime flags id info offsetTime parameters pitch startTime
end