.
.
.
A usual midi control message has 3 Bytes :
- $B0 (where low-nibble 0-F is the channel nr.)
- $00 - $7F (the controler number)
- $00 - $7F (the value (MSB))
It's possible to send a LSB controler-value-pair for fine tuning additionally.
.
.