index
:
demo.git
main
Vide-coded 64k demo system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test_demo.cc
Age
Commit message (
Expand
)
Author
2026-02-09
fix: Audio startup hiccup - use fill_audio_buffer for pre-fill
skal
2026-02-09
try to fix test_demo
skal
2026-02-09
Fix test_demo build failure after Effect refactor
skal
2026-02-09
fix: Resolve WebGPU uniform buffer alignment issues (Task #74)
skal
2026-02-08
refactor: Use tracker BPM instead of hardcoded values
skal
2026-02-08
feat(gpu): Add parameter-driven ChromaAberrationEffect
skal
2026-02-08
feat(audio): Add --tempo flag for variable tempo testing
skal
2026-02-08
feat(util): Add CHECK_RETURN macros for recoverable errors
skal
2026-02-08
chore: Clean up generated files and update project config
skal
2026-02-08
fix(test_demo): Resolve compile errors and finalize timing decoupling
skal
2026-02-08
fix(timing): Decouple test_demo graphics loop from audio clock
skal
2026-02-08
feat(timing): Decouple graphics loop from audio clock for smooth performance
skal
2026-02-08
refactor(audio): Finalize audio sync, update docs, and clean up test artifacts
skal
2026-02-08
style: Apply clang-format to all source files
skal
2026-02-07
feat(gpu): Systematize post-process bindings and enable vertex shader uniforms
skal
2026-02-07
refactor: Store const GpuContext& in Effect base class
skal
2026-02-07
refactor: Bundle GPU context into GpuContext struct
skal
2026-02-07
fix(audio): Synchronize audio-visual timing with playback time
skal
2026-02-07
feat(audio): Add SilentBackend, fix peak measurement, reorganize backends
skal
2026-02-07
refactor: Move platform files to src/platform/ subdirectory
skal
2026-02-07
feat(test_demo): Add validation for command-line options
skal
2026-02-07
feat(test_demo): Add beat_number column to fine-grained peak log
skal
2026-02-07
feat(test_demo): Add fine-grained peak logging at frame resolution
skal
2026-02-07
feat(test_demo): Add audio/visual sync debug tool with tempo testing
skal