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
                          |
                         +'
                         |
                        Note

class definition

[concrete class] Extends class Note2 by parameter amplitude. These two classes exist because an amplitude is usually needed if a sound synthesis format is output but may not be needed if only a music notation format is output.
NOTE: unlike most other arguments, the amplitude argument defaults to a determined number.

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