@tspro/web-music-score
    Preparing search index...

    Class Chord

    Index

    Properties

    chordInfo: ChordInfo
    name: string
    notes: Note[]
    omitNotes: boolean[]
    rootNote: Note
    slashBassNote?: Note

    Methods

    • Returns string

      Degree notation string, e.g. "E - 1(C) - 3(E) - 5(G)"

    • Returns string

      Omitted degrees string e.g. "Omits 5(G), 9(D)"

    • Returns string

      Chord name e.g. "C/B"

    • Parameters

      • notes: readonly Note[]

      Returns readonly Chord[]