2 summary:: Cursor tracking UGen.
3 related:: Classes/KeyState, Classes/MouseButton, Classes/MouseY
4 categories:: UGens>User interaction
18 Value corresponding to the left edge of the screen.
23 Value corresponding to the right edge of the screen.
28 Mapping curve. 0 is linear, 1 is exponential (e. g. for freq or
29 times). Alternatively you can specify: 'linear' or 'exponential'.
34 Lag factor to dezipper cursor movement.
41 { SinOsc.ar(MouseX.kr(40, 10000, 1), 0, 0.1) }.play;