https://github.com/jazz-soft/sysex
Some useful SysEx messages
https://github.com/jazz-soft/sysex
midi
Last synced: 3 months ago
JSON representation
Some useful SysEx messages
- Host: GitHub
- URL: https://github.com/jazz-soft/sysex
- Owner: jazz-soft
- Created: 2021-06-22T04:25:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T04:57:59.000Z (over 4 years ago)
- Last Synced: 2025-12-26T18:49:12.025Z (6 months ago)
- Topics: midi
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Commonly used SysEx messages
## [ 7F ] - Universal Real-Time
- `F0 7F xx 04 01 xx xx F7` - Master Volume
- `F0 7F xx 04 02 xx xx F7` - Master Balance
- `F0 7F xx 04 03 xx xx F7` - Master Fine Tuning
- `F0 7F xx 04 04 xx xx F7` - Master Coarse Tuning
- `F0 7F xx 08 02 ... F7` - Note Tuning
- `F0 7F xx 08 07 ... F7` - Note Tuning (Bank)
- `F0 7F xx 08 08 ... F7` - Scale Tuning, 1 byte format
- `F0 7F xx 08 09 ... F7` - Scale Tuning, 2 byte format
## [ 7E ] - Universal Non-Real-Time
- `F0 7E xx 06 01 F7` - Device ID Request
- `F0 7E xx 06 02 ... F7` - Device ID Response
- `F0 7E xx 08 00 xx F7` - Bulk Tuning Dump Request
- `F0 7E xx 08 01 ... F7` - Bulk Tuning Dump
- `F0 7E xx 08 03 xx xx F7` - Bulk Tuning Dump Request (Bank)
- `F0 7E xx 08 04 ... F7` - Bulk Tuning Dump (Bank)
- `F0 7E xx 08 05 ... F7` - Scale Tuning Dump, 1 byte format
- `F0 7E xx 08 06 ... F7` - Scale Tuning Dump, 2 byte format
- `F0 7E xx 08 07 ... F7` - Note Tuning (Bank)
- `F0 7E xx 08 08 ... F7` - Scale Tuning, 1 byte format
- `F0 7E xx 08 09 ... F7` - Scale Tuning, 2 byte format
- `F0 7E xx 09 01 F7` - GM System On (GM)
- `F0 7E xx 09 02 F7` - GM System Off (GM)
- `F0 7E xx 09 03 F7` - GM2 System On (GM2)
## [ 43 ] - [Yamaha](43.md)
- `F0 43 1x 4C 00 00 7E 00 F7` - XG System On (XG)
## [ 41 ] - [Roland](41.md)
- `F0 41 xx 42 12 40 00 7F 00 41 F7` - GS Reset (GS)
## [ 00 20 24 ] - MidiSoft
- `F0 00 20 24 00 ... F7` - Karaoke Control
to be continued...