BASS.NET API for the Un4seen BASS Audio Library

BPMCounter Methods

BASS.NET API for the Un4seen BASS Audio Library

The BPMCounter type exposes the following members.

Methods

  NameDescription
Public methodCode exampleProcessAudio
Processes the audio data (gets instant FFT samples) and calculates the live BPM.
Public methodReset
Call this to reset all internal buffers and/or to change the current samplerate of the audio signal to be processed.
Public methodSetSamperate
Call this method to change the current samplerate of the audio signal to be processed.
Public methodTapBeat
Call this to set (tap) a beat manually (e.g. on a mouse click event). The resulting (tapped) BPM value is available at TappedBPM.
Top
See Also

Reference