feat: live cursor readout (time / frequency / STFT level)

Floating tag follows the pointer over the spectrogram showing the time,
frequency, and STFT magnitude (dB) under the cursor — the standard
spectrum-analyzer probe. Suppressed while selecting/panning (which have
their own readout) and when a modal is open.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-25 10:29:36 -07:00
parent 26afc4b30e
commit ee9eac786c
3 changed files with 51 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ void DrawSpectrogramGrid(Rectangle bounds, int numCellsX, int numCellsY, Color c
void DrawLabels(Rectangle bounds);
void DrawSelection(Rectangle bounds);
void DrawSelectionDrag(Rectangle bounds);
void DrawCursorReadout(Rectangle bounds);
void DrawPlayhead(Rectangle bounds);
#endif // RENDER_H