Classes | UGens > User interaction

KeyState : UGen : AbstractFunction : Object

Respond to the state of a key
Source: MacUGens.sc

Description

Respond to the state of a key.

NOTE: Note that this UGen does not prevent normal typing. It therefore may be helpful to select a GUI window rather than an SC document when using KeyState, as the latter will be altered by any keystrokes.

Class Methods

KeyState.kr(keycode: 0, minval: 0, maxval: 1, lag: 0.2)

Arguments:

keycode

The keycode value of the key to check. This corresponds to the keycode values passed into the keyDownActions of SCViews. See the example below.

minval

The value to output when the key is not pressed.

maxval

The value to output when the key is pressed.

lag

A lag factor.

Inherited class methods

7 methods from UGen ► show
7 methods from Object ► show

Instance Methods

Inherited instance methods

92 methods from UGen ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Examples