fix(visualizer): correct cross-ref extension .ts to .cs in WaveformVisualizer comment

This commit is contained in:
daniel-c-harvey
2026-06-17 10:27:42 -04:00
parent 3839948eeb
commit 585dd30efb
@@ -60,7 +60,7 @@ export const MAX_VISIBLE_SECONDS = 30;
export const DEFAULT_VISIBLE_SECONDS = 10;
// ── Control tuning anchors. These mirror the C#-side defaults in ──────────────────
// WaveformVisualizerControlState.ts — keep the two in sync, exactly as the
// WaveformVisualizerControlState.cs — keep the two in sync, exactly as the
// DEFAULT_VISIBLE_SECONDS / DefaultVisibleSeconds pair is kept in sync. All seven are
// normalized [0,1] (scroll speed is mapped to a visible time-span on the C# side before it
// reaches setScrollSpeed; it arrives here already in seconds).