Files
human-experience-filter-art/simulator/unit
BenStullsBets 271586625c feat(static): config-driven media base, baked-JSON boot, client pick/alteration, crossOrigin
Relative asset paths (work at dev-root and under the /human-experience-simulator
deploy prefix), config.js gate, devLiveReload no-ops in static mode.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-30 07:43:49 -07:00
..

Simulator unit tests

Pure-logic JS unit tests (no browser), run with Node's built-in test runner:

node --test simulator/unit/*.test.js

scrub.test.js covers simulator/static/scrub.js — the pure altitude-scrub math (position→segment, frac→currentTime, audio gains, integer-crossing detection).