loopmaster Beta – Code Music
Live audio coding in browser with visual widgets beats Supercollider setup friction and Sonic Pi's limitations.

Combines metadata, audio DSP, and ML to tag tracks across genre, region, era, vibe.
DJs with large digital music libraries
Mixed In Key · rekordbox · Beatport
Project started as a Python script that fed track metadata into ChatGPT. Worked surprisingly well for something so basic. Friends kept asking me to run their libraries through it, and eventually I built a real app around it.
The core insight: no single signal is enough. Metadata lookups miss obscure tracks. Audio analysis alone lacks context. LLMs alone hallucinate. So the app combines them:
* Metadata cross-referenced against a 200M record Discogs-based DB for known releases * A Mac companion app for managing library / tagging / syncing to Rekordbox * Python DSP that analyzes audio directly (BPM, harmonic content, energy) * A trained ML model for obscure tracks the main databases don't cover * Multiple AI models handling different classification dimensions * Four tag dimensions: genre (50+ sub-genres), region, era, vibe * Syncs to Rekordbox's My Tag system so you can filter on CDJs mid-set
Genre, region, and era are solid. Vibe is still a work in progress. Classifying how a track functions in a set (peak time vs after hours vs hypnotic) is fundamentally different from classifying what it is. Decent but not where I want it yet. No audio ever leaves the machine, only metadata. Credit-based pricing, no subscriptions, priced quite reasonably i think.
Would love feedback / questions!
Live audio coding in browser with visual widgets beats Supercollider setup friction and Sonic Pi's limitations.
WebGL2 shaders driven by Web Audio FFT with MIDI mapping in browser.
Curated DJ mix aggregator organized by festival events and artist knowledge graph.
BYOS music player avoids licensing lock-in, but source fragmentation is the feature and the bug.
Clean niche site builder, but Linktree and Carrd already dominate this exact use case.
Code snippet collection for DSP learning, but shipping a skeleton with no substance.