FastLED 3.9.15
Loading...
Searching...
No Matches
vibe.h File Reference
+ Include dependency graph for vibe.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fl::audio::detector::Vibe
 
struct  fl::audio::detector::VibeLevels
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 
namespace  fl::audio
 
namespace  fl::audio::detector
 

Class Documentation

◆ fl::audio::detector::VibeLevels

struct fl::audio::detector::VibeLevels
Class Members
float bass = 1.0f
float bassAvg = 0.0f
float bassLongAvg = 0.0f
float bassRaw = 0.0f
bool bassSpike = false
float mid = 1.0f
float midAvg = 0.0f
float midLongAvg = 0.0f
float midRaw = 0.0f
bool midSpike = false
float treb = 1.0f
float trebAvg = 0.0f
float trebLongAvg = 0.0f
float trebRaw = 0.0f
bool trebSpike = false
float vol = 1.0f