Changes
MIDI
,/* Software Protocol */
A MIDI message is typically 1-3 bytes long:
*Status Byte: Defines the message type (e.g., Note On) and channel (0-15, displayed as 1-16). Each status byte has a '1' as its most significant bit.
*Data Bytes: Provide specifics (e.g., note number, velocity). Each data byte has a '0' as its most significant bit.