fix(mix): reduce waveform smoothing to 15 ms; turn off DEBUG flags

This commit is contained in:
daniel-c-harvey
2026-06-17 06:33:03 -04:00
parent d6df0de63a
commit ea74aaaf2e
3 changed files with 13 additions and 17 deletions
@@ -364,10 +364,8 @@ const PLAYHEAD_CORRECTION_SNAP_SECONDS = 0.0005;
// received/uploaded, first-draw dimensions, GL error after first draw) are gated
// here so they can be silenced once the renderer is confirmed healthy. Leave it on
// while the runtime fix is being verified through the browser.
// NOTE: ON for the Phase 10 reframe Wave R4 controls pass. Daniel tests in-browser; the FPS lines
// (which should hold ~60 even while paused, confirming the continuous-loop power cost is acceptable)
// + the seven-dial lava line confirm the controls + pause fix. Flip back to false at reframe close.
const DEBUG = true;
// NOTE: defaults to false; set true temporarily to surface verbose seams in-browser.
const DEBUG = false;
const TAG = '[MixVisualizer]';
function debugLog(...args: unknown[]): void {