fun setInputBounds(min: Double, max: Double): Unit
Sets bound on the input of the controller. The min and max values are considered modularly-equivalent (that is, the input wraps around).
min - minimum input
min
max - maximum input
max