Harmonic Structures
-
Description of a simultaneity of pitches wherein the intervals between the pitches are described.
Example Usage
See morelet major: ChordDescriptor = [.M3, .m3] let minor: ChordDescriptor = [.m3, .M3] let diminished: ChordDescriptor = [.m3, .m3] let augmented: ChordDescriptor = [.M3, .M3]
Declaration
Swift
public struct ChordDescriptor