Back to corpus
technical noteexperiment writeup candidatescore 32
LUME
Embodied-light visual engine. Multi-machine pipeline that drives a 1920×440 bar display from real-time sensor input — depth, audio, motion — with a music-generation feedback loop.
Full HTML reader
Read the full artifact
Extracted abstract or opening context
Embodied-light visual engine. Multi-machine pipeline that drives a 1920×440 bar display from real-time sensor input — depth, audio, motion — with a music-generation feedback loop.
| Magic | Port | Source | Sink | Spec | |----------|------|---------------------------------|------------------|------------------------------------------| | `LUME` | 9700 | depth-pub (cloud mode) | viz/lume-pcloud | docs/protocols/wire_format_v1.md | | `LUMD` | 9700 | depth-pub (raw-depth) | viz/lume-pcloud | docs/protocols/wire_format_v1.md | | `LUMF` | 9701 | audio-pub | viz/lume-pcloud | docs/protocols/wire_format_v1.md | | `LUMM` | 9702 | mocopi-{bridge,synth,sony-bridge}| viz/lume-pcloud | docs/protocols/wire_format_v1.md | | OSC `/lume/...` | 9050 | viz/lume-pcloud → audio engine | external | (motion-driven music conditioning) |
Golden-bytes regression coverage in `tests/services/test_wire_format_golden.py`.
| Host | Role | Stack | |-------|---------------------------|---------------------------------------| | Mac1 | dev / canonical / git | full repo + Codex + Claude Code | | Mac4 | Unity host | viz/lume-pcloud Editor + Play mode | | Mac5 | ML / fine-tune (rate-limited) | LaunchAgent audio-pub + ML training | | K11 | production box (Windows) | NSSM services for audio/mocopi/depth | | Jetson Orin | (deferred) | ARM64 product target |
Preserved across all restructure work: - Wire format magics: `LUME` / `LUMD` / `LUMF` / `LUMM` / `LUMC` (additive only). - Unity component public APIs (additive only). - K11 NSSM service definitions (already production at C:\lume\). - Wave 8 / Wave 9 visual ladder commits (8fb6fe75…83b565e3 in old SHAs; rewritten under post-extraction history). - `LumeMocopiReceiver.cs` (Mac1 thread-safe version is canonical).
Promotion decision
What has to happen next
Attach run IDs, datasets, metrics, and reproduction commands.
Why this is not always a full paper yet
Corpus pages are public-safe readers for discovered workspace artifacts. They are not automatically final papers. A corpus item becomes a polished paper only after the editable source, evidence checkpoints, references, figures, render path, and release status are attached through the paper schema.