Typedefs | |
| using | MIDIUSBPacket_t = AH::Array< uint8_t, 4 > | 
Functions | |
| MIDIUSBPacket_t | read () | 
| void | write (uint8_t cn, uint8_t cin, uint8_t d0, uint8_t d1, uint8_t d2) | 
| void | flush () | 
| using MIDIUSBPacket_t = AH::Array<uint8_t, 4> | 
Definition at line 8 of file USBMIDI.hpp.
| MIDIUSBPacket_t read | ( | ) | 
Definition at line 8 of file USBMIDI_MIDIUSB.ipp.
| void write | ( | uint8_t | cn, | 
| uint8_t | cin, | ||
| uint8_t | d0, | ||
| uint8_t | d1, | ||
| uint8_t | d2 | ||
| ) | 
Definition at line 14 of file USBMIDI_MIDIUSB.ipp.
| void flush | ( | ) | 
Definition at line 24 of file USBMIDI_MIDIUSB.ipp.