Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Variables
Intervals Namespace Reference

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.
 

Variable Documentation

◆ P1

constexpr int8_t P1 = 0
constexpr

Perfect unison.

Definition at line 7 of file Intervals.hpp.

◆ m2

constexpr int8_t m2 = 1
constexpr

Minor second.

Definition at line 8 of file Intervals.hpp.

◆ M2

constexpr int8_t M2 = 2
constexpr

Major second.

Definition at line 9 of file Intervals.hpp.

◆ m3

constexpr int8_t m3 = 3
constexpr

Minor third.

Definition at line 10 of file Intervals.hpp.

◆ M3

constexpr int8_t M3 = 4
constexpr

Major third.

Definition at line 11 of file Intervals.hpp.

◆ P4

constexpr int8_t P4 = 5
constexpr

Perfect fourth.

Definition at line 12 of file Intervals.hpp.

◆ d5

constexpr int8_t d5 = 6
constexpr

Diminished fifth.

Definition at line 13 of file Intervals.hpp.

◆ P5

constexpr int8_t P5 = 7
constexpr

Perfect fifth.

Definition at line 14 of file Intervals.hpp.

◆ m6

constexpr int8_t m6 = 8
constexpr

Minor sixth.

Definition at line 15 of file Intervals.hpp.

◆ M6

constexpr int8_t M6 = 9
constexpr

Major sixth.

Definition at line 16 of file Intervals.hpp.

◆ m7

constexpr int8_t m7 = 10
constexpr

Minor seventh.

Definition at line 17 of file Intervals.hpp.

◆ M7

constexpr int8_t M7 = 11
constexpr

Major seventh.

Definition at line 18 of file Intervals.hpp.

◆ P8

constexpr int8_t P8 = 12
constexpr

Perfect octave.

Definition at line 19 of file Intervals.hpp.