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

Method getVibeBass

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

Source from the content-addressed store, hash-verified

628}
629
630float Processor::getVibeBass() {
631 return getVibeDetector()->getBass();
632}
633
634float Processor::getVibeMid() {
635 return getVibeDetector()->getMid();

Callers 2

driveDisorganizedMethod · 0.80

Calls 1

getBassMethod · 0.45

Tested by

no test coverage detected