From 7da4fb90d27387a3b47a24e6dfb506e8a4d4303a Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 10 May 2026 15:18:49 +0200 Subject: [PATCH] again whoops --- modules/web/fm95.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/web/fm95.html b/modules/web/fm95.html index 5632af8..f00bf3f 100644 --- a/modules/web/fm95.html +++ b/modules/web/fm95.html @@ -229,6 +229,8 @@ ctx.fillStyle = '#060b14'; ctx.fillRect(0, 0, W, H); + let yMax = 1; + let yMin = -1; const vals = [...histInput, ...histAudio, ...histAgc].filter(v => v !== null); if (vals.length) { yMin = Math.min(...vals);