summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2026-02-15docs(timeline-editor): clarify effect time units in property panelskal
2026-02-15refactor(timeline-editor): complete variable unit renames in modulesskal
2026-02-15fix(timeline-editor): disable waveform tooltip when no audio loadedskal
2026-02-15refactor(timeline-editor): rename variables to reflect beat-based unitsskal
2026-02-15refactor(timeline-editor): centralize BPM calculationsskal
2026-02-15feat(timeline-editor): add timing tooltip and cursor in waveform viewskal
2026-02-15fix(timeline-editor): enable mouse wheel on all sequence viewer elementsskal
2026-02-15docs: document audio WAV drift bug investigationskal
2026-02-15refactor(timeline-editor): extract viewport and playback to ES6 modulesskal
2026-02-15fix(timeline-editor): improve mouse-wheel handling and prevent UI interferenceskal
2026-02-15fix(timeline-editor): align waveform and timeline tick positionsskal
2026-02-15feat(timeline-editor): add replay button to restart from original play positionskal
2026-02-15fix(timeline-editor): playback indicator zoom tracking and UX improvementsskal
2026-02-15feat(timeline-editor): consolidate playback indicator positioning and improve UXskal
2026-02-15feat(spectral-editor): add waveform intensity viewer for sample offsetskal
2026-02-14feat(tracker): add sample offset and humanizationskal
2026-02-14style: Apply clang-format to codebaseskal
2026-02-14refactor(gpu): Relocate effects to src/effects and streamline includesskal
2026-02-14Refactor: add gpu_create_texture_view_2d helperskal
2026-02-14CNN v2: bilinear mip-level sampling and UI improvementsskal
2026-02-14Replace hard clamp with sigmoid activation in CNN v2skal
2026-02-14CNN v2 web tool: Remove vizScale, always show raw layer valuesskal
2026-02-14CNN v2 web tool: Fix vizScale for final layer previewskal
2026-02-14CNN v2 tool: Fix off-by-one in composited layer filenamesskal
2026-02-14CNN v2: Fix weight buffer offset bugskal
2026-02-14cnn_test: --weights now overrides layer config from .bin fileskal
2026-02-13cnn_test: Add --weights option for runtime weight loadingskal
2026-02-13CNN v2: Remove vizScale, always clip to [0,1]skal
2026-02-13CNN v2: Fix Layer 0 visualization scale (was 0.5, now 1.0)skal
2026-02-13CNN v2: Add debugging tools for mismatch investigationskal