JSON Sequencer
Music Maker
Paste a tune idea as JSON, drop a file, or sketch directly on the grid. The app turns it into a playable pattern with melody, drums, and switchable instruments.
Deployed via InstaVM
Accepted JSON
{
"title": "Neon Steps",
"tempo": 120,
"steps": 8,
"instrument": "piano",
"notes": [{ "step": 0, "note": "G4", "length": 2 }],
"drums": [{ "step": 2, "lane": "kick" }]
}
Live Pattern
Music Maker Demo
Melody Instrument
Change the whole tune on the next loop
Pitch
Drums
Kick / Snare / Hat