SpelledChord

public struct SpelledChord

Undocumented

  • Creates a SpelledChord with the given `pitches.

    Declaration

    Swift

    public init(_ pitches: [SpelledPitch])
  • Creates a SpelledChord with the given bass pitch and the given chordDescriptor.

    Declaration

    Swift

    public init(_ bass: SpelledPitch, _ chordDescriptor: ChordDescriptor)
  • The RandomAccessCollection base of a SpelledChord.

    Declaration

    Swift

    public var base: [SpelledPitch] { get }