AudioVolumeEffect
Source:
AudioVolumeEffect.h
AudioVolumeEffect¶
src/light/effects/AudioVolumeEffect.h:14Inherits:
EffectBase
Audio-reactive effect: drives brightness/colour from the overall sound level.
Public Attributes¶
uint8_t brightness = 255
Public Methods¶
virtual inline constchar * tags() const override
: Curated emoji tags for the module picker's chip filter — extras beyond the role chip (which the UI derives from role() on its own).
virtual inline void defineControls() override
: defineControls MUST be idempotent and pure: only controls_.clear() + controls_.addX().
virtual inline void tick() override