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

Method isMidBeat

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

Source from the content-addressed store, hash-verified

547}
548
549bool Reactive::isMidBeat() const {
550 return mCurrentData.midBeatDetected;
551}
552
553bool Reactive::isTrebleBeat() const {
554 return mCurrentData.trebleBeatDetected;

Callers 3

detectEnhancedBeatsMethod · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected