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

Method getMidLevel

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

Source from the content-addressed store, hash-verified

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(); }
1012u32 Reactive::getSilenceDuration() { return ensureAudioProcessor().getSilenceDuration(); }

Callers 3

drawMethod · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected