MIDI Flashcards
What does MIDI stand for?
Musical Instrument Digital Interface
When was MIDI first seen?
1980s
What is MIDI? (and what is it NOT?)
A digital protocol (language for digital instruments) that consists of commands and messages. It is NOT AUDIO
Sequencing
Recording MIDI events to a timeline to trigger a sound
MIDI Commands
A series of instructions or commands that move from a controller to the receiving device (sound computer)
4 Note messages sent each time a note is played
- Note on
- Note off
- Frequency (pitch)
- Velocity
How is pitch assigned?
Numbers 0 - 127 with Middle C being 60
What is velocity and how is it assigned?
How hard a key is struck; value from 0 - 127
How does velocity change the sound?
It can make it louder, or even brighter
How else can velocity be used?
MIDI controlled lighting systems; can increase the brightness of a light
What is aftertouch and some of its effects?
Additional pressure applied to the key after it has already been pressed; vibrato, swell
Program change
Instructs sound computer to change instrument presets (string, piano, synth, etc.), with each having a different program number from 0 - 127
Pitch bend
Ability to raise or level pitch on a played note, usually generated by a wheel or lever on the controller
What 2 commands are at work during pitch bend?
- Coarse control: large steps (0 - 127)
- Fine control: smaller steps within each coarse step (0 - 127)
* total of 16384 steps (128X128)
Continuous Control Messages aka. CC messages
A group of 128 additional MIDI commands that aren’t meant for any one specific thing. You can assign any knob or fader to any of the available CC numbers
CC#s are never transmitted by themselves - they come with a second number. What is this?
Continuous control value, a number ranging from 0 - 127
What do continuous control values indicate?
A CC value of 0 might represent that a knob is to its left position with 127 meaning right position, with 64 being centre
List the 4 most common CC#s and their value ranges
- Modulation #1; value range: 0=no modulation - 127=maximum modulation
- Volume #7; value range: 0=silent - 127=maximum volume
- Panning #10; value range: 0=hard left - 127=hard right
- Sustain #64; value range: on/off; 0=off or 127=on
How are values on Panning #10 often depicted?
-64 (L) - 0 (center) - +63(hard right)
How many pins does a MIDI cable have?
5 pin
Can MIDI only use MIDI cables nowadays?
No, USB cables work, as well as ethernet, etc.
What direction does information travel in MIDI cables?
In one direction - unidirectional, so if you want information to travel back and forth, you need two cables
How are MIDI messages sent through the cable?
They are broken down into electrical impulses that are transmitted like a high-speed telegraph
How does cable length affect data transmission? According to MIDI protocol, what’s the max length?
The longer the cable, the more susceptible to data loss, so MIDI protocol states cable length should not exceed 50 feet