LLM Music Player

Web Audio API synthesizer for AI-generated compositions

⚡ Simple synthesizer mode - no external dependencies required
Volume: 75%

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 }