Extended

public struct Extended : Invertible

An augmented or diminished interval quality

  • Declaration

    Swift

    public var adjustment: Double { get }

    Return Value

    The amount of adjustment in semitones from the ideal interval represented by this IntervalQuality.Extended.

  • Declaration

    Swift

    public var inverse: Extended { get }

    Return Value

    Inversion of self.

  • Whether this Extended quality is augmented or diminished

    Declaration

    Swift

    public let quality: AugmentedOrDiminished
  • The degree to which this quality is augmented or diminished (e.g., double augmented, etc.)

    Declaration

    Swift

    public let degree: Degree
  • Either augmented or diminished

    See more

    Declaration

    Swift

    public enum AugmentedOrDiminished : Double, InvertibleEnum
  • The degree to which an Extended quality is augmented or diminished.

    See more

    Declaration

    Swift

    public enum Degree : Int
  • Printable description of IntervalQuality.Extended.

    Declaration

    Swift

    public var description: String { get }