Harmonic Structures

  • Description of a simultaneity of pitches wherein the intervals between the pitches are described.

    Example Usage

    let major: ChordDescriptor = [.M3, .m3]
    let minor: ChordDescriptor = [.m3, .M3]
    let diminished: ChordDescriptor = [.m3, .m3]
    let augmented: ChordDescriptor = [.M3, .M3]
    
    See more

    Declaration

    Swift

    public struct ChordDescriptor