libmidi.types.message
MIDI message.
Functions
|
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.