Index
HarmonisedScore
DB
HSScore
Rules
DBs
Distro
HS
Schoenberg
Default
Jazz
Partch
Johnston
Harrison
Chalmers
Catler
ArithmeticalSeriesChords

inheritance tree

 Score.temporalElement
           |
           |
           |
  PitchClassCollection
           |
           |
           |
         Chord         InScaleMixinForChord
           |                    |
           `----------+---------'
                      |
                DiatonicChord

class definition

[concrete class] Defines a Chord which relates to a Scale (the Scale is defined by getScales and isRelatedScale). When the parameter value of inScaleB (a 0/1 integer) = 1, then all Chord pitch classes are diatonic, i.e. they are also pitch classes of the related Scale.
See doc for Chord and InScaleMixinForChord for further details.

class DiatonicChord (Inheritance-free)
   feat !ChordType !InScaleMixinForChordType !PitchClassCollectionType label
   attr chordPCsInScale dbFeatures inScaleB index pitchClasses relatedScaleBs root scales transposition untransposedPitchClasses untransposedRoot
end