FastLED 3.9.15
Loading...
Searching...
No Matches

◆ getEqDominantMagnitude()

float fl::audio::Processor::getEqDominantMagnitude ( )

Magnitude of strongest bin (0.0-1.0)

Definition at line 714 of file audio_processor.cpp.hpp.

714 {
715 return clamp01(getEqualizerDetector()->getDominantMagnitude());
716}
shared_ptr< detector::EqualizerDetector > getEqualizerDetector() FL_NOEXCEPT
static float clamp01(float v)

References fl::audio::clamp01(), getEqDominantMagnitude(), and getEqualizerDetector().

Referenced by getEqDominantMagnitude(), and onDropImpact().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: