summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2 daysfeat: Add FlashEffect for audio/visual sync testingskal
2 daysfix(build): add missing headers and enum casts for strict compilationskal
2 daysrefactor: remove v2 versioning artifacts, establish Sequence as canonical systemskal
2 daysfix(tests): port tests to v2 API, fix FATAL_CHECK logicskal
2 daysfeat(sequence): complete v2 migration with DAG-based routingskal
3 daysfeat(sequence): integrate v2 timeline with main loopskal
3 daysfix(cnn): rename CNNLayerParams to CNNv1LayerParamsskal
3 daysfeat(sequence): integrate v2 timeline with build systemskal
3 daysfeat(sequence): Clean up compiler and add test accessorskal
3 daysfeat(sequence): Phase 2 - Python DAG compilerskal
3 daysrefactor(cnn): rename cnn_effect to cnn_v1_effect for clarityskal
3 daysrefactor(cnn): isolate CNN v2 to cnn_v2/ subdirectoryskal
3 daysrefactor(tools): consolidate common CSS for HTML toolsskal
3 daysfix(audio): WAV dump drift improvements, acceptable stateskal
3 daysfix(timeline-editor): correct waveform tooltip position calculationskal
3 daysfix(timeline-editor): capture all wheel events at container levelskal
3 daysdocs(timeline-editor): clarify effect time units in property panelskal
3 daysrefactor(timeline-editor): complete variable unit renames in modulesskal
3 daysfix(timeline-editor): disable waveform tooltip when no audio loadedskal
3 daysrefactor(timeline-editor): rename variables to reflect beat-based unitsskal
3 daysrefactor(timeline-editor): centralize BPM calculationsskal
3 daysfeat(timeline-editor): add timing tooltip and cursor in waveform viewskal
3 daysfix(timeline-editor): enable mouse wheel on all sequence viewer elementsskal
3 daysdocs: document audio WAV drift bug investigationskal
3 daysrefactor(timeline-editor): extract viewport and playback to ES6 modulesskal
3 daysfix(timeline-editor): improve mouse-wheel handling and prevent UI interferenceskal
4 daysfix(timeline-editor): align waveform and timeline tick positionsskal
4 daysfeat(timeline-editor): add replay button to restart from original play positionskal
4 daysfix(timeline-editor): playback indicator zoom tracking and UX improvementsskal
4 daysfeat(timeline-editor): consolidate playback indicator positioning and improve UXskal
4 daysfeat(spectral-editor): add waveform intensity viewer for sample offsetskal
4 daysfeat(tracker): add sample offset and humanizationskal
4 daysstyle: Apply clang-format to codebaseskal
4 daysrefactor(gpu): Relocate effects to src/effects and streamline includesskal
4 daysRefactor: add gpu_create_texture_view_2d helperskal
5 daysCNN v2: bilinear mip-level sampling and UI improvementsskal
5 daysReplace hard clamp with sigmoid activation in CNN v2skal
5 daysCNN v2 web tool: Remove vizScale, always show raw layer valuesskal
5 daysCNN v2 web tool: Fix vizScale for final layer previewskal
5 daysCNN v2 tool: Fix off-by-one in composited layer filenamesskal
5 daysCNN v2: Fix weight buffer offset bugskal
5 dayscnn_test: --weights now overrides layer config from .bin fileskal
5 dayscnn_test: Add --weights option for runtime weight loadingskal
5 daysCNN v2: Remove vizScale, always clip to [0,1]skal
5 daysCNN v2: Fix Layer 0 visualization scale (was 0.5, now 1.0)skal
5 daysCNN v2: Add debugging tools for mismatch investigationskal
5 daysCNN v2: Use alpha channel for p3 depth feature + layer visualizationskal
5 daysCNN v2 web tool: Update embedded weights to current checkpointskal
5 daysCNN v2 web tool: Multiple fixes for feature parity with cnn_testskal
5 daysCNN v2 web tool: Fix static features shader sampling and header offsetskal