packages feed

hsc3-0.7: Help/UGen/IO/keyState.help.lhs

keyState KR keyNum minVal maxVal lag

Report the status of a particular key.  A key is either pressed, or
not pressed.

The keycode 38 is the A key on my keyboard.  Under X the xev(1)
command is useful in determining your keyboard layout.

> import Sound.SC3

> audition (out 0 (sinOsc AR 800 0 * keyState KR 38 0 0.1 0.5))