Minim
core
ugens
analysis
 
Name isRange
Examples
None available
Description 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.
Syntax
isRange(low, high, threshold);
Parameters
low   int: the index of the lower band
high   int: the index of the higher band
threshold   int: the smallest number of bands in the range [low, high] that need to have registered a beat for this to return true
Returns boolean: true if at least threshold bands of the bands included in the range [low, high] have registered a beat
Usage Web & Application
Related BeatDetect