MCPcopy Create free account
hub / github.com/FastLED/FastLED / isBassBeat

Method isBassBeat

src/fl/audio/audio_reactive.cpp.hpp:545–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545bool Reactive::isBassBeat() const {
546 return mCurrentData.bassBeatDetected;
547}
548
549bool Reactive::isMidBeat() const {
550 return mCurrentData.midBeatDetected;

Callers 3

detectEnhancedBeatsMethod · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected