Expand description
§syxpack
syxpack is a collection of helpers for processing MIDI System Exclusive messages.
Enums§
- Manufacturer
- MIDI manufacturer. The ID is either a single byte for standard IDs, or three bytes for extended IDs.
- Manufacturer
Group - Group of manufacturer.
- Message
- A MIDI System Exclusive message.
- System
Exclusive Error - Error type for System Exclusive messages.
- Universal
Kind - The kind of a Universal System Exclusive message.
Constants§
- DEVELOPMENT
- Development/non-commercial SysEx manufacturer ID.
- INITIATOR
- Manufacturer specific SysEx message initiator.
- NON_
REAL_ TIME - Universal non-real-time SysEx message indicator.
- REAL_
TIME - Universal real-time SysEx message indicator.
- TERMINATOR
- Manufacturer specific SysEx message terminator.
Functions§
- find_
manufacturer - Finds a manufacturer by initial match of name.
- message_
count - Returns the number of System Exclusive messages in this vector, based on the count of terminator bytes.
- split_
messages - Splits the vector by the terminator byte, including it.