-
Lower of the two
SpelledPitch
values.Declaration
Swift
public let lower: SpelledPitch
-
Higher of the two
SpelledPitch
values.Declaration
Swift
public let higher: SpelledPitch
-
Creates a
SpelledDyad
with twoSpelledPitch
values.Declaration
Swift
public init(_ lower: SpelledPitch, _ higher: SpelledPitch)
-
Declaration
Swift
public var unorderedInterval: UnorderedIntervalDescriptor { get }
Return Value
UnorderedSpelledInterval
, which does not retain the objective order of thisSpelledDyad
nor its octave displacement. -
Declaration
Swift
public var orderedInterval: CompoundIntervalDescriptor { get }
Return Value
CompoundSpelledInterval
, which retains the objective order of thisSpelledDyad
, though not its octave displacement.