|
A regular Midi CC message is actually more than 8 bits, it carries 7 bits of information (0-127) as well as other information:
from Wikipedia:
Physically it consists of a one-way (simplex) digital current loop serial communications electrical connection signaling at 31,250 bits per second. One start bit (must be 0), eight data bits, no parity bit and one stop bit (must be 1) is used.
I'm guessing that for a simple control change at least 2 messages must be sent, one for the CC number, another with the value, and then perhaps a third message for the channel number??
Modern Computers (PC's and Macs) process in heaps of bytes, this is not universal for all digital electronics. For example, even though most vintage samplers used 8 bit, and later 16 bit samples, there were the occasional 12 bit samplers. 
|