The BPMCounter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ProcessAudio |
Processes the audio data (gets instant FFT samples) and calculates the live BPM.
| |
| Reset |
Call this to reset all internal buffers and/or to change the current samplerate of the audio signal to be processed.
| |
| SetSamperate |
Call this method to change the current samplerate of the audio signal to be processed.
| |
| TapBeat |
Call this to set (tap) a beat manually (e.g. on a mouse click event).
The resulting (tapped) BPM value is available at TappedBPM.
|
See Also