summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-02-18feat(mq_editor): UI improvements and partial detection enhancementsskal
2026-02-18feat(mq_editor): validated dual-sine synthesis pipeline, clean code for real ...skal
2026-02-18fix(mq_editor): mini-spectrum and spectrogram display improvementsskal
2026-02-18feat(mq_editor): add Test WAV button for in-browser UI testingskal
2026-02-18test(mq_editor): add isolated FFT test page and sine generatorskal
2026-02-18feat(mq_editor): log-scale frequency axis with clean freqToY/canvasToFreq APIskal
2026-02-18refactor(mq_editor): store only squared amplitude after FFT, drop re/imskal
2026-02-18fix(mq_editor): Catmull-Rom bezier fit, NaN guard, synth FFT toggleskal
2026-02-17feat(mq_editor): sort partials by amplitude, keep% slider for reconstructionskal
2026-02-17feat(mq_editor): peaks display, STFT cache refactor, threshold reactivityskal
2026-02-17clean-up pass mq-partialsskal
2026-02-17feat(mq_editor): Complete Phase 2 - JS synthesizer with STFT cacheskal
2026-02-17docs(mq_editor): Update Phase 1 completion statusskal
2026-02-17feat(mq_editor): Improve partial tracking and add audio playbackskal
2026-02-17fix(mq_editor): Improve spectrogram visualization and navigationskal
2026-02-17feat(mq_editor): Phase 1 - MQ extraction and visualization (SPECTRAL_BRUSH_2)skal
2026-02-17feat(uniforms): Add noise field with per-frame random valuesskal
2026-02-17fix(build): Resolve clean build failure from generated timeline headerskal
2026-02-17refactor(codegen): Use gpu_init helper in seq_compiler.pyskal
2026-02-17fix(build): Resolve Windows cross-compilation failuresskal
2026-02-17style: replace C++ casts with C-style castsskal
2026-02-17feat: add time-based effect activation with auto-passthroughskal
2026-02-17fix: seq_compiler includes effects/shaders.hskal
2026-02-17style: Apply clang-formatskal
2026-02-17refactor: move shaders.{h,cc} to src/effects and remove v2 suffixskal
2026-02-17docs: streamline timeline editor documentationskal
2026-02-17docs: update timeline editor documentation for v2 formatskal
2026-02-17feat: add Sequence V2 format support to timeline editorskal
2026-02-16fix: make test_demo use workspace files, remove obsolete tools/test_demo.*skal
2026-02-16fix: add sequence index to generated class namesskal
2026-02-16refactor: remove WIN32 platform checks from seq_compiler.pyskal
2026-02-16refactor: remove C++ seq_compiler and Gantt chart referencesskal
2026-02-16refactor: remove END_DEMO directive, auto-calculate from sequencesskal
2026-02-16fix: calculate beat_phase for FlashEffect and refactor uniformsskal
2026-02-16feat: Add FlashEffect for audio/visual sync testingskal
2026-02-16fix(build): add missing headers and enum casts for strict compilationskal
2026-02-16refactor: remove v2 versioning artifacts, establish Sequence as canonical systemskal
2026-02-16fix(tests): port tests to v2 API, fix FATAL_CHECK logicskal
2026-02-16feat(sequence): complete v2 migration with DAG-based routingskal
2026-02-16feat(sequence): integrate v2 timeline with main loopskal
2026-02-16fix(cnn): rename CNNLayerParams to CNNv1LayerParamsskal
2026-02-16feat(sequence): integrate v2 timeline with build systemskal
2026-02-16feat(sequence): Clean up compiler and add test accessorskal
2026-02-16feat(sequence): Phase 2 - Python DAG compilerskal
2026-02-15refactor(cnn): rename cnn_effect to cnn_v1_effect for clarityskal
2026-02-15refactor(cnn): isolate CNN v2 to cnn_v2/ subdirectoryskal
2026-02-15refactor(tools): consolidate common CSS for HTML toolsskal
2026-02-15fix(audio): WAV dump drift improvements, acceptable stateskal
2026-02-15fix(timeline-editor): correct waveform tooltip position calculationskal
2026-02-15fix(timeline-editor): capture all wheel events at container levelskal