Variables | |
constexpr int8_t | P1 = 0 |
Perfect unison. | |
constexpr int8_t | m2 = 1 |
Minor second. | |
constexpr int8_t | M2 = 2 |
Major second. | |
constexpr int8_t | m3 = 3 |
Minor third. | |
constexpr int8_t | M3 = 4 |
Major third. | |
constexpr int8_t | P4 = 5 |
Perfect fourth. | |
constexpr int8_t | d5 = 6 |
Diminished fifth. | |
constexpr int8_t | P5 = 7 |
Perfect fifth. | |
constexpr int8_t | m6 = 8 |
Minor sixth. | |
constexpr int8_t | M6 = 9 |
Major sixth. | |
constexpr int8_t | m7 = 10 |
Minor seventh. | |
constexpr int8_t | M7 = 11 |
Major seventh. | |
constexpr int8_t | P8 = 12 |
Perfect octave. | |
Perfect unison.
Definition at line 7 of file Intervals.hpp.
Minor second.
Definition at line 8 of file Intervals.hpp.
Major second.
Definition at line 9 of file Intervals.hpp.
Minor third.
Definition at line 10 of file Intervals.hpp.
Major third.
Definition at line 11 of file Intervals.hpp.
Perfect fourth.
Definition at line 12 of file Intervals.hpp.
Diminished fifth.
Definition at line 13 of file Intervals.hpp.
Perfect fifth.
Definition at line 14 of file Intervals.hpp.
Minor sixth.
Definition at line 15 of file Intervals.hpp.
Major sixth.
Definition at line 16 of file Intervals.hpp.
Minor seventh.
Definition at line 17 of file Intervals.hpp.
Major seventh.
Definition at line 18 of file Intervals.hpp.
Perfect octave.
Definition at line 19 of file Intervals.hpp.