Control Surface  1.1.1
MIDI Control Surface library for Arduino
Classes
DebugMIDI_Interface.hpp File Reference
#include "SerialMIDI_Interface.hpp"
#include <ctype.h>
#include <SoftwareSerial.h>
Include dependency graph for DebugMIDI_Interface.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StreamDebugMIDI_Interface
 A class for MIDI interfaces sending and receiving human-readable MIDI messages over a Stream. More...
 
class  SerialDebugMIDI_Interface< T >
 A wrapper class for debug MIDI interfaces sending and receiving human-readable MIDI messages over a Serial port of class T. More...
 
class  HardwareSerialDebugMIDI_Interface
 A class for debug MIDI interfaces sending and receiving human-readable MIDI messages over a HardwareSerial port. More...
 
class  USBDebugMIDI_Interface
 A class for debug MIDI interfaces sending and receiving human-readable MIDI messages over the USB CDC connection. More...
 
class  SoftwareSerialDebugMIDI_Interface
 A class for debug MIDI interfaces sending and receiving human-readable MIDI messages over a SoftwareSerial interface. More...