I have the following two-dimensional loop that receives values from an incoming source (streaming values of x and y), and I would like to create the average of these incoming values.
How is it possible to control the continuous output of a slider from the controlP5 library? If you can look, the number of the slider is continuously send to the output, and I would like to make sure that it sends the current number of the slider only when its position changes.
I checked from the library reference but couldn't find a method that gets access to this property. Can someone help me on this?