@namespace DeepDrftPublic.Client.Controls @* Full-page scrolling Mix waveform background (Phase 9, 8.K). A windowed slice of the mix's loudness datum scrolls bottom-to-top, coupled to playback; a zoom slider controls the visible time-span (and so the apparent scroll speed, Guitar-Hero style). Strictly read-only: it self-fetches its datum from ReleaseEntryKey, takes playback as one-way input only, and never seeks or writes back. The rAF loop and all scroll/zoom/compositing math live in the MixVisualizer.ts interop module; this component is a thin bridge that feeds it datum + playback + zoom + theme. Deliberately NOT the player-bar peak-bar idiom. *@