Minim
core
ugens
analysis
 
Name detectMode
Examples
None available
Description Set the object to use the requested algorithm. If an invalid value is passed, the function will report and error and default to BeatDetect.SOUND_ENERGY
Syntax
detectMode(algo);
Parameters
algo   int: either BeatDetect.SOUND_ENERGY or BeatDetect.FREQ_ENERGY
Returns None
Usage Web & Application
Related BeatDetect