Control Surface  1.2.0
MIDI Control Surface library for Arduino
MCUNameFromNoteNumber.hpp
Go to the documentation of this file.
1 
2 // =============== AUTOMATICALLY GENERATED FILE: DO NOT EDIT! =============== //
3 // //
4 // Edit MCUNameFromNoteNumber.py instead. //
5 
6 #pragma once
7 
8 #include <AH/Arduino-Wrapper.h> // __FlashStringHelper
9 #include <Settings/NamespaceSettings.hpp>
10 
12 
15 
16 namespace MCU {
17 
26 
27 } // namespace MCU
28 
30 
MCU
Definition: LCDDisplay.hpp:10
BEGIN_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
Definition: Settings/NamespaceSettings.hpp:9
END_CS_NAMESPACE
#define END_CS_NAMESPACE
Definition: Settings/NamespaceSettings.hpp:10
Arduino-Wrapper.h
MIDI_Notes::note
constexpr int8_t note(int8_t note, int8_t numOctave)
Get the MIDI note in the given octave.
Definition: Notes.hpp:35
FlashString_t
std::remove_reference< decltype(*F(""))>::type * FlashString_t
Definition: Arduino-Wrapper.h:18
MCU::getMCUNameFromNoteNumber
FlashString_t getMCUNameFromNoteNumber(uint8_t note)
Convert a note number to the name of the corresponding Mackie Control Universal function.
Definition: MCUNameFromNoteNumber.cpp:253