summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2026-02-13CNN v2: Use alpha channel for p3 depth feature + layer visualizationskal
2026-02-13CNN v2 web tool: Update embedded weights to current checkpointskal
2026-02-13CNN v2 web tool: Multiple fixes for feature parity with cnn_testskal
2026-02-13CNN v2 web tool: Fix static features shader sampling and header offsetskal
2026-02-13CNN v2 web tool: Enhance UI visibility and layer preview interactionskal
2026-02-13CNN test tool: Add CNN v2 support with compute shader architectureskal
2026-02-13CNN v2: Change feature #6 from sin(10*x) to sin(20*y)skal
2026-02-13CNN v2 HTML tool: Support binary format v2 with mip_levelskal
2026-02-13CNN v2 test tool: Refactoring and video loop supportskal
2026-02-13CNN v2 test tool: Add mip level selector for p0-p3 featuresskal
2026-02-13CNN v2 test tool: Embed default weights for instant startupskal
2026-02-13CNN v2: Fix activation function mismatch between training and inferenceskal
2026-02-13CNN v2 test tool: UI improvements and video playback fixesskal
2026-02-13CNN v2 test tool: Add video playback supportskal
2026-02-13CNN v2 web tool: Major UI redesign with three-panel layoutskal
2026-02-13CNN v2 web tool: Fix WebGPU texture synchronization errorskal
2026-02-13CNN v2 web tool: Fix layer naming and visualization bugsskal
2026-02-13Add test asset support with STRIP_ALL guardsskal
2026-02-13Tracker: Sort pattern events + add validation/sanitize modesskal
2026-02-13CNN v2: Refactor to uniform 12D→4D architectureskal