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

◆ detectBackbeatAccent()

float fl::audio::detector::Backbeat::detectBackbeatAccent ( const MultibandAccent & accent)
private

Definition at line 293 of file backbeat.cpp.hpp.

293 {
294 // The accent strength is already calculated in calculateMultibandAccent
295 // This method could apply additional processing if needed
296 return accent.total;
297}

References fl::audio::detector::MultibandAccent::total.

Referenced by update().

+ Here is the caller graph for this function: