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

Method getTrebleLevel

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

Source from the content-addressed store, hash-verified

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(); }
1013float Reactive::getTransientStrength() { return ensureAudioProcessor().getTransientStrength(); }

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