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

Method isBeat

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

Source from the content-addressed store, hash-verified

539}
540
541bool Reactive::isBeat() const {
542 return mCurrentData.beatDetected;
543}
544
545bool Reactive::isBassBeat() const {
546 return mCurrentData.bassBeatDetected;

Callers 1

detectEnhancedBeatsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected