Cursor tracking UGen.
| minval |
Value corresponding to the bottom edge of the screen. |
| maxval |
Value corresponding to the top edge of the screen. |
| warp |
Mapping curve. 0 is linear, 1 is exponential (e. g. for freq or times). Alternatively you can specify: 'linear' or 'exponential'. |
| lag |
Lag factor to dezpipper cursor movement. |
{ SinOsc.ar(MouseY.kr(40, 10000, 1), 0, 0.1) }.play;