Experimental music workbench for exploring alternative tunings, browsing chords, and translating pitch information into rhythm. The app ships with a minimal browser UI backed by a Node.js API and a SuperCollider-ready boundary for audio rendering. A five-slot custom chord editor, expanded tempo/rhythm controls, and a groove-focused rhythm engine (four-on-the-floor kick/snare spine with hats and per-note tom/clap layers on slowed grids) are available out of the box.
- Copy
.env.exampleto.envand adjust as needed. - Install dependencies (none required beyond Node.js; SuperCollider is optional when
SUPER_COLLIDER_ENABLED=true). - Run the server:
npm run dev
- Open the reported URL (default http://localhost:3001) to use the UI.
See PROJECT_CONTEXT.md for architecture notes, API endpoints, environment variables, and TODOs.