IntervalPattern

public struct IntervalPattern

The pattern of intervals which defines the quality of a Chord.

  • Creates a Chord with the given pitch intervals.

    Declaration

    Swift

    public init(_ intervals: [Pitch])
  • Creates a Chord.IntervalPattern with the given array literal of Pitch values.

    Declaration

    Swift

    public init(arrayLiteral intervals: Pitch...)