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

Method getVolume

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

Source from the content-addressed store, hash-verified

520}
521
522float Reactive::getVolume() const {
523 return mCurrentData.volume;
524}
525
526float Reactive::getBass() const {
527 // Average of bins 0-1 (sub-bass and bass)

Callers 3

getEqVolumeMethod · 0.45
FL_TEST_FILEFunction · 0.45
equalizer.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected