Creates a UMP with two 8 bit fields.
Creates a MIDI 1.0 compatible pitch-bend command.
Returns the pitch bend value of this packet.
Return the channel number of this packet.
Sets the channel number of this packet.
Returns the group of the packet.
Sets the group of the packet.
Returns the message type of the packet.
Returns the note number of this packet.
Sets the note number of this packet.
Returns the status value of the field, or 0 if message type hasn't defined it.
Returns the value of this packet.
Sets the value of this packet.
Defines a basic Universal MIDI Packet.
Extra data (64 bit and larger) are stored in separate fields.
Original format is in little endian, and the current implementation is formed around that. If you need big endian support for some MCU, then you can implement it. :)