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

Method getBassLevel

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

Source from the content-addressed store, hash-verified

1006float Reactive::getEnergyLevel() { return ensureAudioProcessor().getEnergy(); }
1007float Reactive::getPeakLevel() { return ensureAudioProcessor().getPeakLevel(); }
1008float Reactive::getBassLevel() { return ensureAudioProcessor().getBassLevel(); }
1009float Reactive::getMidLevel() { return ensureAudioProcessor().getMidLevel(); }
1010float Reactive::getTrebleLevel() { return ensureAudioProcessor().getTrebleLevel(); }
1011bool Reactive::isSilent() { return ensureAudioProcessor().isSilent(); }

Callers 4

drawMethod · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
equalizer.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected