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

◆ getGain()

float fl::audio::Reactive::getGain ( ) const

Definition at line 965 of file audio_reactive.cpp.hpp.

965 {
966 if (mAudioProcessor) {
967 return mAudioProcessor->getGain();
968 }
969 return 1.0f;
970}
fl::unique_ptr< Processor > mAudioProcessor

References mAudioProcessor.