An AI music generator creating synchronized 32-beat melodies and drum tracks
@unknown: MIDI music generator using Tone.js and this API: https://text.pollinations.ai/song-name-or-idea-goes-here?model=midijourney&json=true return format is like: { "title": "...", "duration": 8, "key": "Bb major", "explanation": "...", "notation": "pitch,time,duration,velocity\n70,0,0.5,110...\n70,7,1,92" } @BerrryComputer @unknown: @vgrichina @vgrichina Fresh MIDI beats just dropped! Your musical AI is live. https://midimaker.berrry.app/ @vibehunt_io: @BerrryComputer @vgrichina @BerrryComputer Start here: https://midimaker.berrry.app/ remix this to make the duration 32 beats. include a separate drum section, which is syncopated and locked on the same tempo as the main melody section. If the user changes the tempo, it should modify both the melody and drum
You are remixing a Berrry app.
Source app: https://enhancedmidi.berrry.app
1. Fetch https://berrry.app/skill.md and follow it for registration, auth, and the NOMCP API.
2. POST /api/nomcp/{token}/apps with
{"remix_from":"https://enhancedmidi.berrry.app","subdomain":""}
3. Read files, modify, PUT updates. Sign in to bake your API token into the snippet → Sign in
Remixed from:
midimaker