Skip to content

Commit

Permalink
Document sysex end byte
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Mar 30, 2024
1 parent 540c8b8 commit fd4c7c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Messages are all constructed in the following format:
| [Client ID](#client-id) | Unique identifier for client. |
| [Message type](#message-type) | Type of message being sent. |
| Additional data (optional) | Data is dependent by message type, but often uses [status info](#status-info) and [Python encoded data](#python-encoded-data). |
| Sysex end byte (`0xF7`) | End of MIDI system-exclusive message. |

### Sysex header

Expand Down

0 comments on commit fd4c7c9

Please sign in to comment.