Arduino MIDI Library  Version 5.0.1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CDefaultPlatform
 CDefaultSerialSettings
 CDefaultSettingsDefault Settings for the MIDI Library
 CMessage
 CMidiInterfaceThe main class for MIDI handling. It is templated over the type of serial port to provide abstraction from the hardware interface, meaning you can use HardwareSerial, SoftwareSerial or ak47's Uart classes. The only requirement is that the class implements the begin, read, write and available methods
 CRPN
 CSerialMIDI
 CThru