Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ getVibeMid
Method
getVibeMid
src/fl/audio/audio_processor.cpp.hpp:634–636 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
632
}
633
634
float Processor::getVibeMid() {
635
return getVibeDetector()->getMid();
636
}
637
638
float Processor::getVibeTreb() {
639
return getVibeDetector()->getTreb();
Callers
1
audio_batch.cpp.hpp
File · 0.80
Calls
1
getMid
Method · 0.45
Tested by
no test coverage detected