Enumerations | |
| enum | midi_packet_length_t { UNDEFINED = 0, ONE = 1, TWO = 2, THREE = 3 } |
Functions | |
| bool | midi_is_statusbyte (uint8_t theByte) |
| Test to see if the byte given is a status byte. | |
| bool | midi_is_realtime (uint8_t theByte) |
| Test to see if the byte given is a realtime message. | |
| midi_packet_length_t | midi_packet_length (uint8_t status) |
| Find the length of the packet associated with the status byte given. | |
| enum midi_packet_length_t |
| bool midi_is_realtime | ( | uint8_t | theByte | ) |
Test to see if the byte given is a realtime message.
| theByte | the byte to test |
| bool midi_is_statusbyte | ( | uint8_t | theByte | ) |
Test to see if the byte given is a status byte.
| theByte | the byte to test |
| midi_packet_length_t midi_packet_length | ( | uint8_t | status | ) |
Find the length of the packet associated with the status byte given.
| status | the status byte |
1.7.1