Skip to content

Commit

Permalink
update sysex map
Browse files Browse the repository at this point in the history
  • Loading branch information
okyeron committed Feb 8, 2023
1 parent 2950849 commit f06777e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions SYSEX_SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,17 @@ not implemented ~~"Here is a new set of TRS options for you". Payload (other tha

## SYSEX Map of config data - 90 bytes

`F0 7D 00 00` (4 bytes)
command (1 byte)
modelnum (1 byte)
version (3 bytes)
bank (1 byte)
other settings (15 bytes)
Status Byte `F0` (SYSEX Start) (1 byte)
Manufacturer ID `7D 00 00` (3 bytes)
Command (1 byte)
Modelnum (1 byte)
Version (3 bytes)
Bank (1 byte)
Other settings to be determined (15 bytes)
USB CCs (16 bytes)
TRS CCs (16 bytes)
USB Channels (16 bytes)
TRS Channels (16 bytes)
`F7` (1 byte)
Status Byte `F7` (SYSEX End) (1 byte)

`F0 7D 00 00 0F 03 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F 20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 F7`

0 comments on commit f06777e

Please sign in to comment.