final case classMouseButton(lo: GE = 0.0f, hi: GE = 1.0f, lag: GE = 0.2f) extends SingleOut with ControlRated with Product with Serializable
A UGen that outputs two different values depending on whether the mouse button
is pressed. This is useful for testing purposes. Mouse interaction with the
regular desktop and windowing system is in no way altered by running this UGen.
lo
value output while button is not pressed
hi
value output while button is pressed
lag
60 dB decay time of a lag-time smoothing. Use zero to
avoid any smoothing.
A UGen that outputs two different values depending on whether the mouse button is pressed. This is useful for testing purposes. Mouse interaction with the regular desktop and windowing system is in no way altered by running this UGen.
value output while button is not pressed
value output while button is pressed
60 dB decay time of a lag-time smoothing. Use zero to avoid any smoothing.
KeyState
MouseY
MouseX