Skip to content

FreqMatrixEffect

Source: FreqMatrixEffect.h

FreqMatrixEffect

class FreqMatrixEffect
src/light/effects/FreqMatrixEffect.h:39

Inherits: EffectBase

Audio-reactive effect: scrolls the dominant frequency as a colour column.

Public Attributes

uint8_t speed = 255

uint8_t fx = 128

uint8_t lowBin = 18

uint8_t highBin = 48

uint8_t sensitivity = 30

bool audioSpeed =

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 Dim dimensions() const override : Which axes the effect iterates — a claim, not a guarantee about the layer.

virtual inline void defineControls() override : defineControls MUST be idempotent and pure: only controls_.clear() + controls_.addX().

virtual inline void tick() override