Keyboard Matrix Circuit
   HOME

TheInfoList



OR:

A keyboard matrix circuit is a design used in most electronic musical keyboards and computer keyboards in which the key switches are connected by a grid of wires, similar to a diode matrix. For example, 16 wires arranged in 8 rows and 8 columns can connect 64 keys—sufficient for a full five octaves of range (61 notes). By scanning these crossings, a keyboard controller can determine which keys are currently pressed.


Description

Without a matrix circuit, a 61-key keyboard for a
synthesizer A synthesizer (also spelled synthesiser) is an electronic musical instrument that generates audio signals. Synthesizers typically create sounds by generating waveforms through methods including subtractive synthesis, additive synthesis and ...
, electronic organ, or digital piano would require 62 wires to connect (one for each note, and a ground)—an awkwardly thick bundle of wiring. With a matrix circuit, any of 61 notes can be determined with only 16 wires. This is drawn schematically as a matrix of 8 columns and 8 rows of wires, with a switch at every intersection. The keyboard controller scans the columns. If a key has been pressed, the controller scans the rows—and in a manner analogous to the board game
Battleship A battleship is a large armored warship with a main battery consisting of large caliber guns. It dominated naval warfare in the late 19th and early 20th centuries. The term ''battleship'' came into use in the late 1880s to describe a type of ...
, the controller determines the row-column combination at which a key has been pressed, and generates a note corresponding to that key. This process occurs so quickly that the performer is unaware of any delay.Dave Dribin
"Keyboard Matrix Help"
2000.
There are at least two limitations with this system. The first is that it provides only a crude binary on/off signal for each key. Better electronic musical keyboards employ two sets of switches for each key that are slightly offset. By determining the timing between the activation of the first and second switches, the velocity of a key press can be determined—greatly improving the performance dynamic of a keyboard. The second is that instruments with a matrix circuit can only play in a monophonic fashion without the addition of a diode for each key crossing. The
diode A diode is a two-terminal electronic component that conducts current primarily in one direction (asymmetric conductance); it has low (ideally zero) resistance in one direction, and high (ideally infinite) resistance in the other. A diode ...
prevents unwanted notes ("phantom keys") from being triggered, or intended notes from being masked ( "phantom key blocking"). Monophonic instruments and most low-cost computer keyboards reduce costs by leaving out most or all of those diodes. To avoid "phantom keys", the keyboard controller in modern low-cost computer keyboards will ignore further key presses once two keys (other than modifier keys) have been pressed, which is known as jamming. The matrix circuit approach is also used in non-musical keyboards, such as in the keypads for calculators and the "QWERTY" alphabetic and numeric keyboards used to enter information into computers. The same matrix circuit approach is also used in many pinball machines. Often in pocket calculators the multiplexed digit drive lines would be used to scan the keyboard as well, providing further savings.Stan D’Souza
"Microchip AN529: Multiplexing LED Drive and a 4x4 Keypad Sampling"
1997.


See also

* Charlieplexing *
Crossbar switch In electronics and telecommunications, a crossbar switch (cross-point switch, matrix switch) is a collection of switches arranged in a matrix configuration. A crossbar switch has multiple input and output lines that form a crossed pattern of int ...
*
Polyphony (instrument) Polyphony is a property of musical instruments that means that they can play multiple independent melody lines simultaneously. Instruments featuring polyphony are said to be polyphonic. Instruments that are not capable of polyphony are monophoni ...


References

{{Reflist, 30em Synthesizer electronics Computer keyboards Switches