Cog/Audio/Visualization
Christopher Snowhill 5cbebd0c43 Visualization: Correct possible race condition
It's safer to ignore an out of range latency value before it's actually
assigned, rather than letting it slip through before gating it with the
control variable. So, assign the ignore latency state before assigning
latency itself, since neither side is synchronization locked, because it
used to just be one variable, which was fairly safe to leave unsynced,
but now it's two.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-07-01 04:55:24 -07:00
..
VisualizationController.h Code Fix: Add nullability flags to Vis Manager 2025-03-13 19:47:35 -07:00
VisualizationController.m Visualization: Correct possible race condition 2025-07-01 04:55:24 -07:00
VisualizationController.swift Visualization: Optimize Swift code handling arrays 2025-02-13 19:58:20 -08:00