Control Surface  1.1.1
MIDI Control Surface library for Arduino
Classes | Variables
MIDI_Interface.hpp File Reference
#include <Def/Def.hpp>
#include <Def/MIDICNChannelAddress.hpp>
#include <MIDI_Parsers/MIDI_Parser.hpp>
Include dependency graph for MIDI_Interface.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MIDI_Interface
 An abstract class for MIDI interfaces. More...
 
class  Parsing_MIDI_Interface
 An abstract class for MIDI interfaces. More...
 
class  MIDI_Callbacks
 A class for callbacks from MIDI input. More...
 

Variables

constexpr auto MIDI_BAUD = 31250
 

Variable Documentation

◆ MIDI_BAUD

constexpr auto MIDI_BAUD = 31250
constexpr
Examples
Dual-MIDI-Interface.ino, and Serial-Interface.ino.

Definition at line 9 of file MIDI_Interface.hpp.