Spelling

public struct Spelling

Spelled representation of a Pitch.

  • c

    Unmodified c.

    Declaration

    Swift

    public static let c: Pitch.Spelling
  • d

    Unmodified d.

    Declaration

    Swift

    public static let d: Pitch.Spelling
  • e

    Unmodified e.

    Declaration

    Swift

    public static let e: Pitch.Spelling
  • f

    Unmodified f.

    Declaration

    Swift

    public static let f: Pitch.Spelling
  • g

    Unmodified g.

    Declaration

    Swift

    public static let g: Pitch.Spelling
  • a

    Unmodified a.

    Declaration

    Swift

    public static let a: Pitch.Spelling
  • b

    Unmodified b.

    Declaration

    Swift

    public static let b: Pitch.Spelling
  • Pitch.Class represented by this Pitch.Spelling value.

    Declaration

    Swift

    public var pitchClass: Pitch.Class { get }
  • Declaration

    Swift

    public static func < (lhs: Pitch.Spelling, rhs: Pitch.Spelling) -> Bool

    Return Value

    true if the left hand Pitch.Spelling value is less than the right hand Pitch.Spelling value.

  • Declaration

    Swift

    public var description: String { get }