Changes

MIDI

291 bytes added, 25 March
/* Software Protocol */
[[Category:Music and sound]][[Category:Electronic Component]]
 
''Musical Instrument Digital Interface (MIDI)''
MIDI doesn’t contain audio data; it’s a set of commands that a synthesizer, sampler, or software interprets to generate sound. This makes MIDI files tiny compared to audio files—think kilobytes versus megabytes.
 
A MIDI message is typically 1-3 bytes long:
 
*Status Byte: Defines the message type (e.g., Note On) and channel (1-16).
*Data Bytes: Provide specifics (e.g., note number, velocity).
 
The 16-channel system lets one controller command multiple devices or voices independently. For example, Channel 1 could trigger a drum kit while Channel 2 plays a bassline.
== Hardware Protocol ==
* http://en.wikipedia.org/wiki/Musical_Instrument_Digital_Interface - wikipedia on MIDI in general
[[Category:Peripherals]] [[Category:Music_and_soundMusic and sound]][[Category:DIY| ]] [[Category:Hardware| ]]
11,368
edits