Resona
Music that writes itself.
What it is
Resona is a generative music app that produces an endless, never-repeating stream of sound. The musical core is pure and tested: Bjorklund's Euclidean rhythm algorithm plus a seeded melodic walk over scales, feeding a from-scratch Web Audio synth driven by a lookahead scheduler for steady timing. It is a from-scratch, dependency-light build you can download and run locally.
Pure, tested music engine (Bjorklund Euclidean rhythms + seeded melodic walk + scales; 6 tests) feeding a from-scratch Web Audio synth via a lookahead scheduler. Never repeats.
What's inside
The full source, the tests, and CI. Open it, read it, change it. A zero-dependency core, free, in the MIT spirit.
Run it after unzip
pnpm install && pnpm dev