Local Fifty-Eight — the A/V test stand

Thirty-six engines. One stand.

Local Fifty-Eight is where visual and audio ideas run as seeded engines on shared knob rigs, each wearing a status that tells the truth. The full stand runs in the studio — this wall is four of them, ported to vanilla canvas so they run right here on the page.

Live·flow field·seed 4231
Flow Field canvas · seeded

Seeded particles tracing a sine flow field. The stand's reference engine — density, speed, and hue are knobs in the full rig.

Live·plasma drift·seed 8317
Plasma Drift canvas · fbm

A layered value-noise field drifting on a slow clock — calm parameters, no pointer, no spikes. Ported new for this wall in the same house style.

Live·ripple field·seed 1097
Ripple Field canvas · interference

Concentric interference ripples. In the full micro-app they follow the pointer; here they breathe from the center on a seeded phase.

Live·tv static·seed 2604
TV Static canvas · snow

Per-pixel, per-frame snow with a rolling hum bar — the stand's nostalgia tier, seeded so the grain is deterministic per load.

Live The engine is running on this page right now — a vanilla port of the stand's own render loop.
Built Runs in the studio stand; not yet ported to the public wall. Shown elsewhere as a capture.
Queued An engine slot the stand knows about but hasn't built — an honest empty seat, never faked live.

Four engines · one shared animation frame · tiles pause off-screen and when the tab hides · reduced motion renders a still frame · seeds are visible in each chip.

Technical drawing: the anatomy of a seeded engine — a fixed seed feeds an LCG random-number generator, which feeds a field function plotted as a sine wave, which renders to a canvas raster; density, speed, and hue knobs tap into the field function.
Fig. 03 — Seeded engine, anatomy · seed → RNG → field → canvas