Control Surface pin-t-adl
MIDI Control Surface library for Arduino
Namespaces | Variables
Intervals.hpp File Reference
#include <stdint.h>
+ Include dependency graph for Intervals.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Intervals
 

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...