| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 3 days | refactor(build): Centralize generated files and clean up project layout | skal | |
| - Task A: Centralized all generated code (assets, timeline) into a single directory to create a single source of truth. - Task A: Isolated test asset generation into a temporary build directory, preventing pollution of the main source tree. - Task B: Vertically compacted all C/C++ source files by removing superfluous newlines. - Task C: Created a top-level README.md with project overview and file descriptions. - Task D: Moved non-essential documentation into a directory to reduce root-level clutter. | |||
| 8 days | feat(editor): Scaffold web spectrogram editor | skal | |
| Initial setup for the spectrogram editor tool. - Created tools/editor/index.html, script.js, and style.css. - Added basic structure for WAV loading, visualization, and tool controls. | |||
