|
Arduino MIDI Library
Version 4.3.1
|
#include <midi_UsbDefs.h>
Public Types | |
| enum | { reserved = 0x00, misc = reserved, cableEvent = 0x01, systemCommon2Bytes = 0x02, systemCommon3Bytes = 0x03, sysExStart = 0x04, sysExContinue = sysExStart, systemCommon1Byte = 0x05, sysExEnds1Byte = systemCommon1Byte, sysExEnds2Bytes = 0x06, sysExEnds3Bytes = 0x07, noteOff = 0x08, noteOn = 0x09, polyPressure = 0x0A, controlChange = 0x0B, programChange = 0x0C, channelPressure = 0x0D, pitchBend = 0x0E, singleByte = 0x0F } |
Static Public Member Functions | |
| static byte | getSize (byte inCodeIndexNumber) |
Definition at line 34 of file midi_UsbDefs.h.
| anonymous enum |
Definition at line 36 of file midi_UsbDefs.h.
Definition at line 63 of file midi_UsbDefs.h.