I've seen a lot of programs with the function isRange(int low, int high, int threshold)
but I can't understand how it works.
The doc says:
In frequency energy mode this returns true if at least threshold bands of the bands included in the range [low, high] have registered a beat. In sound energy mode this always returns false.
Why I can't put an high value greater than 27?