Skip to main content

Module param_cache

Module param_cache 

Source
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ยง

ParamCache
Cached parameter values for iced widget consumption.