libmidi.types.message

MIDI message.

Functions

message_from_bytes(data, last_status_byte)

Get a message object from bytes.

libmidi.types.message.message_from_bytes(data: bytes, last_status_byte: int) Tuple[BaseMessage, bytes]

Get a message object from bytes.

Returns the message object and the remaining bytes.