hsc3-0.18: Help/UGen/keyState.help.lhs
> import Sound.SC3 {- hsc3 -}
The keycode 38 is the A key on my keyboard. Under X the xev(1)
command is useful in determining your keyboard layout.
> g_01 = sinOsc AR 800 0 * keyState KR 38 0 0.1 0.5
> import Sound.SC3 {- hsc3 -}
The keycode 38 is the A key on my keyboard. Under X the xev(1)
command is useful in determining your keyboard layout.
> g_01 = sinOsc AR 800 0 * keyState KR 38 0 0.1 0.5