LLM Music Player

High-quality playback for AI-generated compositions

🎹 Loading high-quality samples...
Loading player...
Volume: 75%
Reverb: 30%

How to Use:

  1. Generate a music composition using your favorite LLM
  2. Make sure the output is in JSON array format with note, time, duration, and velocity
  3. Paste the composition in the text area above
  4. Click "Load Composition" to parse and validate
  5. Press Play to hear your AI-generated music!

Note Format:

{ "note": "C4", "time": 0, "duration": 0.5, "velocity": 0.7 }