Chord

public struct Chord

Collection of pitches.

Example usage

let cMajor: Chord = [60,64,67]
let gMinor: Chord = [67,70,74]