fix(visualizer): correct cross-ref extension .ts to .cs in WaveformVisualizer comment
This commit is contained in:
@@ -60,7 +60,7 @@ export const MAX_VISIBLE_SECONDS = 30;
|
|||||||
export const DEFAULT_VISIBLE_SECONDS = 10;
|
export const DEFAULT_VISIBLE_SECONDS = 10;
|
||||||
|
|
||||||
// ── Control tuning anchors. These mirror the C#-side defaults in ──────────────────
|
// ── 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
|
// 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
|
// 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).
|
// reaches setScrollSpeed; it arrives here already in seconds).
|
||||||
|
|||||||
Reference in New Issue
Block a user