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 |
|
|||||||||
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 |
|||||||||