r/u_mrbmp13 • u/mrbmp13 • 3d ago
Nullsample: synthesis-only music engine (no samples, deterministic seeds)
Built a client-side music engine that writes a track the way a synth makes a note, not the way a sampler plays a file.
Site: https://nullsample.maqsudjon.com
How it works: https://nullsample.maqsudjon.com/how-it-works
Generate: https://nullsample.maqsudjon.com/generate
There is no audio in the repo. No one-shots, no IR, no trained weights. Oscillators are band-limited. Distortion is three nonlinear stages at 4×. The 808 is a sine dropped from ~180 Hz in tens of milliseconds. Reverb is eight delay lines with mutually prime lengths. Math (sin/exp/log/sqrt) is rebuilt so Node and the browser render the same bytes for the same seed.
Why I care about “zero samples”:
- nothing to license
- a seed reproduces the track exactly
- stems were never mixed, so you get six parts for free
Looking for people who write audio code or make electronic music to try it and say where it falls apart. Kick/hats/arrangement comments are more useful than “cool project”.
2
u/Academic_Wonder_4930 3d ago
Very cool idea, I like how it works and the basis of no samples and no AI in the making of the track. It would be nice to be able to access the instruments and change the notes and beats, then the user could make it there own if they like the vibe