[object Object]

← back to Sound Agentabrams

chore: sync visualizer cleanup into hub (session close)

07be29ef18f2dc1472938ef05d7b2642a1e1f9ae · 2026-07-25 10:57:50 -0700 · Steve

Files touched

Diff

commit 07be29ef18f2dc1472938ef05d7b2642a1e1f9ae
Author: Steve <steve@designerwallcoverings.com>
Date:   Sat Jul 25 10:57:50 2026 -0700

    chore: sync visualizer cleanup into hub (session close)
---
 sounds/synthwave-visualizer/index.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sounds/synthwave-visualizer/index.html b/sounds/synthwave-visualizer/index.html
index 18f71d3..2876f0c 100644
--- a/sounds/synthwave-visualizer/index.html
+++ b/sounds/synthwave-visualizer/index.html
@@ -529,7 +529,6 @@
 
     // ---- Horizon glow line (pulses with beat) ----
     ctx.save();
-    const glow = 0.5 + energy.beat * 0.5;
     ctx.strokeStyle = `rgba(255, 80, 200, ${0.6 + energy.beat * 0.4})`;
     ctx.lineWidth = 2 + energy.beat * 3;
     ctx.shadowBlur = 20 + energy.beat * 30;

← 5a84c7e 5x sweep 1: sync visualizer favicon fix into SoundLab hub  ·  back to Sound Agentabrams  ·  5x sweep 1: add inline SVG favicon to SoundLab hub (kills /f e4797e9 →