Predefined Chord constants with bass notes.
Variables | |
const Chord< 1 > | Single = {{-P8}} |
const Chord< 2 > | Double = {{-P8, -2 * P8}} |
const Chord< 3 > | Triple = {{-P8, -2 * P8, -3 * P8}} |
const Chord<1> Single = {{-P8}} |
Definition at line 64 of file Chords.hpp.
const Chord<2> Double = {{-P8, -2 * P8}} |
Definition at line 65 of file Chords.hpp.
const Chord<3> Triple = {{-P8, -2 * P8, -3 * P8}} |
Definition at line 66 of file Chords.hpp.