Minim
core | ugens | analysis
 

BeatDetect

detectMode

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

Signature

void detectMode(int algo)

Parameters

algo — int: either BeatDetect.SOUND_ENERGY or BeatDetect.FREQ_ENERGY

Returns

None

Related

BeatDetect

Example

None available

Usage

Web & Application