SeparatedChordSymbol

public struct SeparatedChordSymbol

The SeparatedChordSymbol type provides a separated root and symbol suffix, as an intermediary stage in the chord-parsing process.

  • Initialize with a chord root and a chord suffix string, without argument labels.

    Declaration

    Swift

    public init(_ chordRoot: PitchLetter, _ chordSuffix: String)
  • Get a pitch-class set of the suffix as it would apply to C (pitch-class 0).

    Declaration

    Swift

    public func pitchClasses() -> PCSet?