FastLED 3.9.15
Loading...
Searching...
No Matches

◆ getBPM()

float fl::audio::detector::MusicalBeat::getBPM ( ) const

Get current BPM estimate.

Returns
Estimated tempo in beats per minute (50-250 BPM)

Definition at line 82 of file musical_beat_detector.cpp.hpp.

82 {
83 return mCurrentBPM;
84}
float mCurrentBPM
Current BPM estimate (smoothed)

References mCurrentBPM.

Referenced by ~MusicalBeat().

+ Here is the caller graph for this function: