Commit Graph
2 Commits
Author SHA1 Message Date
jensandClaude Sonnet 5 0aeb3c23df synth: rename blit.c/blit.h to blep.c/blep.h to match actual algorithm
The oscillator core implements minBLEP-style synthesis (naive waveform
plus a precomputed band-limited step correction table, ppBLEP) rather
than classic impulse-train BLIT synthesis, despite the old BLIT_*
naming. Renamed the source files and all BLIT_* identifiers to BLEP_*
throughout src/synth (blep.c/h, vco.c/h, synth_defs.h, config.mk) and
updated the CLAUDE.md/TODO.md references accordingly.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01262jWgCmReCRdUi6u9cRYa
2026-07-31 18:23:53 +02:00
jensandClaude Sonnet 5 468b4c36de Add CLAUDE.md with codebase architecture and build guidance
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011dhtwRLARk4eiPngcQykLJ
2026-07-27 17:14:24 +02:00