Cog/Audio/Visualization
Christopher Snowhill d32f77d02f
Some checks are pending
Check if Cog buildable / Build Universal Cog.app (push) Waiting to run
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:33 -07:00
..
VisualizationController.h Code Fix: Add nullability flags to Vis Manager 2025-03-13 19:51:22 -07:00
VisualizationController.m Visualization: Correct possible race condition 2025-07-01 04:55:33 -07:00
VisualizationController.swift Visualization: Optimize Swift code handling arrays 2025-02-13 19:58:34 -08:00