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
Extendedquality is augmented or diminishedDeclaration
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
-
Declaration
Swift
public init(_ degree: Degree = .single, _ quality: AugmentedOrDiminished)
-
Either augmented or diminished
See moreDeclaration
Swift
public enum AugmentedOrDiminished : Double, InvertibleEnum
-
Printable description of IntervalQuality.Extended.
Declaration
Swift
public var description: String { get }
View on GitHub
Install in Dash
Extended Structure Reference