#include <MIDI_Constants/Notes.hpp>
Public Member Functions | |
constexpr int8_t | operator() (int8_t octave=-1) const |
constexpr int8_t | operator[] (int8_t octave) const |
Static Public Member Functions | |
static constexpr Note | C () |
static constexpr Note | Db () |
static constexpr Note | D () |
static constexpr Note | Eb () |
static constexpr Note | E () |
static constexpr Note | F () |
static constexpr Note | Gb () |
static constexpr Note | G () |
static constexpr Note | Ab () |
static constexpr Note | A () |
static constexpr Note | Bb () |
static constexpr Note | B () |
Private Member Functions | |
constexpr | Note (int8_t base) |
Private Attributes | |
int8_t | base |