Predefined Chord constants.
Variables | |
const Chord< 2 > | Major = {{M3, P5}} |
const Chord< 2 > | MajorFirstInv = {{M3, P5 - P8}} |
const Chord< 2 > | MajorSecondInv = {{M3 - P8, P5 - P8}} |
const Chord< 2 > | Minor = {{m3, P5}} |
const Chord< 2 > | MinorFirstInv = {{m3, P5 - P8}} |
const Chord< 2 > | MinorSecondInv = {{m3 - P8, P5 - P8}} |
const Chord< 2 > | Diminished = {{m3, d5}} |
const Chord< 2 > | Augmented = {{m3, m6}} |
const Chord< 3 > | DominantSeventh = {{M3, P5, m7}} |
const Chord< 3 > | MajorSeventh = {{M3, P5, M7}} |
Definition at line 45 of file Chords.hpp.
Definition at line 49 of file Chords.hpp.
Definition at line 53 of file Chords.hpp.
Definition at line 54 of file Chords.hpp.