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

Method isVibeBassSpike

src/fl/audio/audio_processor.cpp.hpp:662–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660}
661
662bool Processor::isVibeBassSpike() {
663 return getVibeDetector()->isBassSpike();
664}
665
666bool Processor::isVibeMidSpike() {
667 return getVibeDetector()->isMidSpike();

Callers 2

drawMethod · 0.80

Calls 1

isBassSpikeMethod · 0.80

Tested by

no test coverage detected