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