Expand description
Cached parameter state for iced widgets.
ParamCache reads parameter values from the atomic Params store
once per tick (~60fps) and caches them as plain values that iced
widgets can read without atomic loads on every frame. The cache is
polled from IcedProgram::update(Message::Tick) against the
PluginContext the editor was opened with.
Structsยง
- Param
Cache - Cached parameter values for iced widget consumption.