Commit Graph
64 Commits
Author SHA1 Message Date
DejvinoandClaude Opus 5 e8fb647f11 Plan: flow-state ambient/EDM video generator
Design document for a new generator that produces full-length, non-story
music videos from a track alone, with no sourced footage.

Core decisions:
- Deterministic engine: audio is analyzed up front into a frame-indexed
  feature table, so realtime preview and offline export render from the
  same code path and produce the same frames.
- Whole-song analysis enables lookahead, so builds can anticipate drops.
- Scenes declare their parameters in a schema, which drives uniform
  binding, generated UI, seeded per-track variation and arc automation.
- Hybrid compositor: fragment-shader and three.js layers in one stack.
- Preview is a first-class surface with section jumping, live param
  editing and segment test-renders.
- Forked from party-stage by copy, then fully detached.

Includes per-phase gates and the validation tooling they depend on.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-05 10:49:14 +02:00
Dejvino 070f4d6e01 Feature: Drugged Out Flow visualizer 2026-05-24 14:41:15 +02:00
Dejvino 887d3970ab Tweak: Synthwave run car 2026-05-24 14:28:35 +02:00
Dejvino ec2465222c Feature: Synthwave visualizer 2026-05-24 14:17:53 +02:00
Dejvino c6324d3ccd Feature: visualization selector 2026-05-24 14:08:38 +02:00
Dejvino 9aa12c3c33 Feature: image slideshow instead of videos 2026-05-24 13:45:10 +02:00
Dejvino a6c8d9c8c6 distrobox as alternative runner 2026-03-08 16:59:22 +01:00
Dejvino d00cf96ed7 Feature: more laser patterns 2026-01-06 21:41:22 +00:00
Dejvino 862acfd07f Tweak: guests movement limit 2026-01-06 21:37:39 +00:00
Dejvino c56e07b083 Feature: organized guest modes 2026-01-06 21:19:27 +00:00
Dejvino eef13e301c Feature: blackout raises opacity of projection screen to simulate strong relative light 2026-01-05 21:48:02 +00:00
Dejvino cf6dda2d35 Feature: success and failure toast and greener buttons 2026-01-05 21:17:12 +00:00
Dejvino 89dc5db53c Feature: complex BPM detection via multiple approaches 2026-01-04 22:17:41 +00:00
Dejvino 48fa197b69 Fix: revert last commit 2026-01-04 21:42:26 +00:00
Dejvino 3c93956ff8 Tweak: stretch FFT graph x axis 2026-01-04 21:38:04 +00:00
Dejvino db682996f0 Tweak: linear FFT graph 2026-01-04 21:35:08 +00:00
Dejvino f79215cc15 Feature: spectrum analyzer that shows the beats detection will always be an aproximation 2026-01-04 21:33:23 +00:00
Dejvino 7e55f98da9 Feature: require real beats 2026-01-04 21:08:17 +00:00
Dejvino 767460e08c Feature: Scrolling song name in standby mode 2026-01-04 20:27:26 +00:00
Dejvino 31debfe151 Feature: Stage torches stop spitting flame when not loud but remain visible 2026-01-04 17:59:22 +00:00
Dejvino ee6ae3a688 Fix: stuck audio in Chrome needs to be resumed on click due to security 2026-01-04 17:54:18 +00:00
Dejvino b2166fe26a Tweak: blackout thresholds redo 2026-01-04 17:42:06 +00:00
Dejvino 997986917c Tweak: blackout thresholds (WIP) 2026-01-04 17:32:28 +00:00
Dejvino cae867fd9f Tweak: Beat detection and blackout detection algos 2026-01-04 15:54:45 +00:00
Dejvino 7c18a3db11 Feature: FPS counter and memory tracker for performance investigations 2026-01-04 10:28:35 +00:00
Dejvino 4cd869791f Tweak: optimized guests collision detection 2026-01-04 10:12:00 +00:00
Dejvino 72a2fe7de2 Feature: blackout to emphasize music drops and calm sections 2026-01-04 10:09:04 +00:00
Dejvino 8b2d1aed53 Fix: Stage lights using stage colors 2026-01-04 07:29:43 +00:00
Dejvino 8bf82f5f8a Feature: Stage colors configurable and used everywhere 2026-01-04 07:26:27 +00:00
Dejvino 7296715a5e Feature: stage light bars 2026-01-04 07:04:28 +00:00
Dejvino edbed229b3 Fix: torches toggle 2026-01-04 06:52:29 +00:00
Dejvino 47b7645046 Feature: DJ has a gameboy music controller 2026-01-04 06:47:21 +00:00
Dejvino 6b292b32ad Feature: configurable toggle for music console and count of guests 2026-01-04 06:28:28 +00:00
Dejvino dcf12771d6 Feature: static stage lights before the show 2026-01-04 06:20:53 +00:00
Dejvino 066fcc26cc Feature: config UI split across Schedule and Venue panels 2026-01-04 06:17:57 +00:00
Dejvino 03474298a9 Feature: Custom poster for standby 2026-01-03 22:56:30 +00:00
Dejvino e7931174de Feature: Config UI with persistent storage to tweak the visualizer 2026-01-03 22:51:13 +00:00
Dejvino 8ed8ea9d34 Feature: lasers synced to beat 2026-01-03 22:08:38 +00:00
Dejvino 2d570b8141 Feature: stage lasers fade in and out 2026-01-03 21:54:36 +00:00
Dejvino 3a7251e185 Feature: stage lasers 2026-01-03 21:42:55 +00:00
Dejvino 48fe11bf3f Fix: video playback pauses on end of song 2026-01-03 21:14:18 +00:00
Dejvino 0dc61d12d9 Tweak: projection screen pixels are opaque 2026-01-03 21:12:36 +00:00
Dejvino 0e9deaa161 Feature: projection side-screens 2026-01-03 20:30:48 +00:00
Dejvino 1586df7e51 Feature: anti-aliasing of projection screen 2026-01-03 20:21:53 +00:00
Dejvino e2ac3e90a1 Feature: standby screen 2026-01-03 20:16:20 +00:00
Dejvino fd3d33aaab Fix: aspect ratio updates on camera switch 2025-12-31 06:53:21 +00:00
Dejvino 032f2981a0 Fix: videos start playing after party starts 2025-12-31 06:51:05 +00:00
Dejvino eba86f81d6 Fix: project name 2025-12-31 06:30:30 +00:00
Dejvino 3e773361e2 Feature: blobby DJ 2025-12-30 23:42:57 +00:00
Dejvino 32679ced8e Feature: configurable projection screen resolution 2025-12-30 23:28:49 +00:00
Dejvino 7f2abc635d Feature: basic fog 2025-12-30 23:22:53 +00:00
Dejvino 4feeab53de Feature: repro wall surrounding the stage 2025-12-30 22:22:00 +00:00
Dejvino 94ae337e96 Feature: waving projection screen 2025-12-30 21:52:17 +00:00
Dejvino 3dcfdaff5a Feature: projection screen invisible before starting 2025-12-30 21:47:47 +00:00
Dejvino c17311036b Feature: guests have collisions + different sizes 2025-12-30 18:20:03 +00:00
Dejvino b76810e883 Feature: blob party guests 2025-12-30 18:13:44 +00:00
Dejvino eb8e74273d Feature: pixelated projection screen 2025-12-30 17:50:49 +00:00
Dejvino c98d4890eb Feature: projection screen playing videos or music visualizer 2025-12-30 17:37:22 +00:00
Dejvino 5d3a05ec69 Feature: DJ with colorful lights 2025-12-30 06:56:14 +00:00
Dejvino cb9a6c4a48 Feature: configurable party guests + changed textures 2025-12-30 06:22:10 +00:00
Dejvino ab8334f9ab Feature: stage lights 2025-12-29 23:13:12 +00:00
Dejvino ccd52ba00a New project: party stage 2025-12-29 22:54:39 +00:00
Dejvino 87a5153fe2 Tweak: minor fixes of areas 2025-12-29 21:54:25 +00:00
Dejvino 0111d566cb Chore: dev container setup 2025-11-30 19:37:04 +00:00