From 585dd30efb220171ca6fea035cae3e2d5b7bb427 Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Wed, 17 Jun 2026 10:27:42 -0400 Subject: [PATCH] fix(visualizer): correct cross-ref extension .ts to .cs in WaveformVisualizer comment --- DeepDrftPublic/Interop/visualizer/WaveformVisualizer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeepDrftPublic/Interop/visualizer/WaveformVisualizer.ts b/DeepDrftPublic/Interop/visualizer/WaveformVisualizer.ts index 8f07c58..ad30fad 100644 --- a/DeepDrftPublic/Interop/visualizer/WaveformVisualizer.ts +++ b/DeepDrftPublic/Interop/visualizer/WaveformVisualizer.ts @@ -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).