music-video-gen/flow-state/src
Dejvino 572b090b83 Fix two scenes that were failing their gate before the migration touched them
The library-wide gate run left two failures after the migration was complete,
both of the shape "renders nothing at the bottom of a param range". Running the
same gate against the pre-migration source shows them failing identically, so
the migration did not cause either — it exposed them. The per-scene battery is
opt-in and nobody had ever run it across all sixty-five at once.

The defect is the RANGE, not the shader. Spectrum Sculpture at radius 0.15 is
too small to register and Circuit Bloom at grown 0.25 has no pads yet, and both
values are ones the generator is free to sample. Floors raised to where the
scene actually draws something.

All sixty-five now pass the full battery: renders, animates, deterministic,
distinct, param sweep, flash rate, every declared trait and every declared
artifact.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-18 06:44:04 +02:00
..
audio Run both variety tests against the song bank, and fix the ceiling twice more 2026-08-17 20:00:14 +02:00
checks A reproducible migration, and the first eighteen scenes through it 2026-08-17 21:59:24 +02:00
engine Finish the migration: all 65 scenes on the identity artifacts 2026-08-18 06:39:19 +02:00
export Fix export frame loss: reject codec profiles that reorder frames 2026-08-06 13:10:24 +02:00
look Staging: a shared lattice, and the element size the songs were all sharing 2026-08-17 21:36:55 +02:00
params A reproducible migration, and the first eighteen scenes through it 2026-08-17 21:59:24 +02:00
scenes Fix two scenes that were failing their gate before the migration touched them 2026-08-18 06:44:04 +02:00
ui Fix export frame loss: reject codec profiles that reorder frames 2026-08-06 13:10:24 +02:00
main.js Fix export frame loss: reject codec profiles that reorder frames 2026-08-06 13:10:24 +02:00
Show.js Make grain a treatment, tempo a governor, and params commit harder 2026-08-06 07:04:27 +02:00