lacma-2026 page: fix missing 'n' + drop ambient loop (single video, v=9)
Two issues landed together:
1. The first 'n' of 'notepat' was silently dropped by the --demo runner.
Root cause in fedac/native/macos/main.c: the boot-animation loop
advanced demo_cur past every event whose timestamp had arrived,
including KEY events. When the key's t lined up with the last boot
frame (~t=2.0s vs boot anim's 120 frames at 60fps), the key was
consumed by the boot loop (which does not dispatch keys — no piece
loaded yet) and the main piece loop never saw it.
Fix: in the boot-loop demo dispatch, break at the first KEY event
without advancing demo_cur. Keys are left in place for the main
piece loop to fire once the piece is up. (Committed to the
nervous-newton-134547 worktree; this commit only ships the resulting
re-rendered video.)
2. Drop the ambient-loop video per @jeffrey — just one video now.
The narrated + captioned version is the lead, autoplays muted,
click to unmute for TTS.
Assets refreshed on the CDN:
ac-native-demo-narrated.mp4 465 KB · 22.16s
ac-native-demo-narrated.webm 521 KB
ac-native-demo-narrated-poster.jpg (t=7.5 — 'notepa|' with
notepat autocomplete)
Deleted from the CDN:
ac-native-demo.{mp4,webm}, ac-native-demo-poster.jpg
Page changes:
- demo-tabs bar removed, single video in demo-frame
- byline collapses into "22 s · click to unmute · ..." in place of the
old narrated/ambient tab hints
- all ?v=8 → ?v=9
- duration hint in Application-at-a-Glance Video row: 20 s → 22 s
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>