Control Surface  1.1.1
MIDI Control Surface library for Arduino
Namespaces | Functions | Variables
Notes.hpp File Reference
#include <Settings/NamespaceSettings.hpp>
#include <stdint.h>
Include dependency graph for Notes.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 MIDI_Notes
 MIDI note names.
 

Functions

constexpr int8_t octave (int8_t numOctave)
 Get the first MIDI note in the given octave. More...
 
constexpr int8_t note (int8_t note, int8_t numOctave)
 Get the MIDI note in the given octave. More...
 

Variables

constexpr int8_t C = 0
 
constexpr int8_t Db = 1
 
constexpr int8_t D = 2
 
constexpr int8_t Eb = 3
 
constexpr int8_t E = 4
 
constexpr int8_t F = 5
 
constexpr int8_t Gb = 6
 
constexpr int8_t G = 7
 
constexpr int8_t Ab = 8
 
constexpr int8_t A = 9
 
constexpr int8_t Bb = 10
 
constexpr int8_t B = 11